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