Class FrameworkDoubleClickEventArgs
Spezialisierung von FrameworkEventArgs.
Inheritance
System.Object
FrameworkDoubleClickEventArgs
Namespace: FS.Hosting.Broker.Shared.EventTab
Assembly: FS.Hosting.Broker.Shared.dll
Syntax
[DocfxBrowsable]
public class FrameworkDoubleClickEventArgs : FrameworkEventArgs
Examples
private void MyDataGrid_DoubleClickEventHandler (FrameworkDoubleClickEventArgs e)
{
ArtikelObj = ArtikelColl[e.RowID];
}
Properties
RowID
GUID der Zeile, auf der ein Doppelklick erfolgt ist.
RowIndex
Zero-Based index of the row -1 if not valid.