CustomEvent
Represents a custom event that provides an additional details property.
Gets the details that have been associated with the custom event.
public CustomEvent()
Creates a new event.
public CustomEvent(string type, bool bubbles = false, bool cancelable = false, object details = null)
Creates a new event and initializes it.
Initializes the custom event.