CompositionEvent
Represents the event arguments for a composed event.
Gets the associated data.
public CompositionEvent()
Creates a new event.
public CompositionEvent(string type, bool bubbles = false, bool cancelable = false, IWindow view = null, string data = null)
Creates a new event and initializes it.
Initializes the composition event.