| ExtendedFormDwmCompositionChanged Event |
Raised when Desktop Window Manager (DWM) composition has been enabled or disabled.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event EventHandler DwmCompositionChanged
Public Event DwmCompositionChanged As EventHandler
public:
event EventHandler^ DwmCompositionChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member DwmCompositionChanged : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerRemarks Note |
---|
This event is only raised on Windows Vista or later.
|
Use the IsDwmCompositionEnabled property to determine the
current composition state.
See Also