CustomCheckCompatibilityEventArgs Properties
Arguments passed to the XafApplication.CustomCheckCompatibility event.
Name | Description |
---|---|
Application |
Specifies the application’s name. |
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 Handled |
Is |
Indicates whether a compatibility check has already been performed. |
Modules | Lists all Modules used by the application. |
Object |
Specifies the Object Space Provider to be used for compatibility checking purposes. |
See Also