[]
Represents the EventArgs for PopUpClosing event.
public class PopUpClosingEventArgs : EventArgs
Public Class PopUpClosingEventArgs
Inherits EventArgs
Name | Description |
---|---|
PopUpClosingEventArgs() | Initializes the instance of PopUpClosingEventArgs. |
PopUpClosingEventArgs(bool, object) | Initializes a new instance of the PopUpClosingEventArgs class. |
Name | Description |
---|---|
SyncData | Gets or sets a value indicating whether we synchronize data to the drop down when open. |
Value | Gets or sets the value from the PopUp parts. |