CustomizePopupWindowParamsEventArgs Members
Arguments passed to a Pop-up Window Show Action’s PopupWindowShowAction.CustomizePopupWindowParams event.Constructors
Name | Description |
---|---|
CustomizePopupWindowParamsEventArgs(PopupWindowShowAction, XafApplication) | Initializes a new instance of the CustomizePopupWindowParamsEventArgs class. |
Fields
Name | Description |
---|---|
Empty static | Provides a value to use with events that do not have event data. Inherited from EventArgs. |
Properties
Name | Description |
---|---|
Action | Provides access to the Pop-up Window Show Action for which the PopupWindowShowAction.CustomizePopupWindowParams event has been raised. |
Application | Provides access to an XafApplication object that provides methods and properties to manage the current application. |
Context | Specifies the Frame.Context of the pop-up window which is customized by a PopupWindowShowAction.CustomizePopupWindowParams event’s handler. |
DialogController | Specifies a Dialog Controller which is activated for a Pop-up Window Show Action’s pop-up Window. |
IsSizeable | Specifies whether the pop-up Window created for a Pop-up Window Show Action is sizable. |
Maximized | Gets or sets a value that specifies whether the window is maximized. |
Size | Specifies the size of a pop-up window. |
View | Specifies the View that should be displayed by the Pop-up Window Show Action’s pop-up Window. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also