| ExtendedFormOnDwmCompositionChanged Method |
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected virtual void OnDwmCompositionChanged(
EventArgs e
)
Protected Overridable Sub OnDwmCompositionChanged (
e As EventArgs
)
protected:
virtual void OnDwmCompositionChanged(
EventArgs^ e
)
abstract OnDwmCompositionChanged :
e : EventArgs -> unit
override OnDwmCompositionChanged :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
An EventArgs containing the event data.
See Also