[]
Represents a method that handles the DrawFocus event.
public delegate void DrawFocusEventHandler(object sender, DrawFocusEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
DrawFocusEventArgs | e | A DrawFocusEventArgs object that contains the event data. |
Name | Description |
---|---|
DrawFocusEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, DrawFocusEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, DrawFocusEventArgs) |