[]
Represents a method that will handle an event related to an application-wide theme.
public delegate void ApplicationThemeEventHandler(ThemeEventArgs e)
Type | Name | Description |
---|---|---|
ThemeEventArgs | e | The event data. |
Name | Description |
---|---|
ApplicationThemeEventHandler(object, nint) |
Name | Description |
---|---|
BeginInvoke(ThemeEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(ThemeEventArgs) |