Click or drag to resize

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

Value

Type: SystemEventHandler
Remarks
Note Note
This event is only raised on Windows Vista or later.

Use the IsDwmCompositionEnabled property to determine the current composition state.

See Also