Occurs to paint a group
Row.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public event EventHandler<PaintGroupRowEventArgs> PaintGroupRow |
| Visual Basic |
|---|
Public Event PaintGroupRow As EventHandler(Of PaintGroupRowEventArgs) |
| Visual C++ |
|---|
public:
event EventHandler<PaintGroupRowEventArgs^>^ PaintGroupRow {
void add (EventHandler<PaintGroupRowEventArgs^>^ value);
void remove (EventHandler<PaintGroupRowEventArgs^>^ value);
} |
| F# |
|---|
member PaintGroupRow : IEvent<EventHandler<PaintGroupRowEventArgs>,
PaintGroupRowEventArgs>
|
Value
Type:
System..::..EventHandler<(Of <(<'PaintGroupRowEventArgs>)>)>
See Also