DialogEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an event related to the "lifecycle" of the dialog.
public class DialogEvent
type DialogEvent = class
Public Class DialogEvent
- Inheritance
-
DialogEvent
Constructors
DialogEvent() |
Properties
Bubble |
Gets or sets a value indicating whether the event will be bubbled to the parent |
Name |
Gets or sets name of the event being raised. |
Value |
Gets or sets optional value associated with the event. |