Occurs when the end used changes the focused row in the
Grid.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public event EventHandler<FocusedRowEventArgs> FocusedRowChanged |
| Visual Basic |
|---|
Public Event FocusedRowChanged As EventHandler(Of FocusedRowEventArgs) |
| Visual C++ |
|---|
public:
event EventHandler<FocusedRowEventArgs^>^ FocusedRowChanged {
void add (EventHandler<FocusedRowEventArgs^>^ value);
void remove (EventHandler<FocusedRowEventArgs^>^ value);
} |
| F# |
|---|
member FocusedRowChanged : IEvent<EventHandler<FocusedRowEventArgs>,
FocusedRowEventArgs>
|
Value
Type:
System..::..EventHandler<(Of <(<'FocusedRowEventArgs>)>)>
See Also