Class SelectedItemChangedEventArgs
Selected item changed event arguments.
Inherited Members
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public class SelectedItemChangedEventArgs : SelectedItemChangedEventArgs
Properties
CellView
Gets the CellView bound to the selected item
Declaration
public View CellView { get; }
Property Value
Type | Description |
---|---|
View | The cell view. |
Group
Gets the group.
Declaration
public object Group { get; }
Property Value
Type | Description |
---|---|
Object | The group. |