Occurs when a focused
Row changed.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public event EventHandler<GridControlFocusedRowEventArgs> FocusedRowChanged |
Visual Basic |
---|
Public Event FocusedRowChanged As EventHandler(Of GridControlFocusedRowEventArgs) |
Visual C++ |
---|
public:
event EventHandler<GridControlFocusedRowEventArgs^>^ FocusedRowChanged {
void add (EventHandler<GridControlFocusedRowEventArgs^>^ value);
void remove (EventHandler<GridControlFocusedRowEventArgs^>^ value);
} |
F# |
---|
member FocusedRowChanged : IEvent<EventHandler<GridControlFocusedRowEventArgs>,
GridControlFocusedRowEventArgs>
|
Value
Type:
System..::..EventHandler<(Of <(<'GridControlFocusedRowEventArgs>)>)>See Also