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