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