ApplyAppearanceEventArgs Members
Arguments passed to the AppearanceController.CustomApplyAppearance and AppearanceController.AppearanceApplied events.Constructors
| Name | Description |
|---|---|
| ApplyAppearanceEventArgs(AppearanceObject, String, String, Object, Object[], EvaluatorContextDescriptor, List<IConditionalAppearanceItem>, IViewInfo) | Initializes a new instance of the ApplyAppearanceEventArgs 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 |
|---|---|
| AppearanceItems | Gets the list of resulting items that were calculated by each appearance rule. |
| AppearanceObject | The appearance that is currently applied to the target UI element. |
| ContextObjects | An object(s) to whose property a conditional appearance is currently applied. If the target item is an Action, it’s the selected object(s) of the current View. |
| EvaluatorContextDescriptor | Gets the EvaluatorContextDescriptor object that is used to supply metadata on the specified type to the ExpressionEvaluator objects. |
| Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. Inherited from HandledEventArgs. |
| Item | A UI element whose appearance is about to be refreshed by applying the appropriate conditional appearance rules. |
| ItemName | The name of the UI element whose appearance is about to be refreshed by applying conditional appearance rules. |
| ItemType | The type of the UI element whose appearance is about to be refreshed by applying conditional appearance rules. |
| ViewInfo | Gets the information related to the current View. |
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