CustomHasPermissionToEventArgs(Type, String, Object, IObjectSpace, String) Constructor
Initializes a new instance of the CustomHasPermissionToEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| objectType | Type | A target object type. |
| memberName | String | A string which is the name of the target object’s member. |
| targetObject | Object | A target object. |
| objectSpace | IObjectSpace | An IObjectSpace object which is the Object Space used to process the request. |
| operation | String | A string which is the name of the requested operation. Operation names are declared as the SecurityOperations class’ constants. |
See Also