CustomHasPermissionToEventArgs(Type, String, Object, IObjectSpace, String) Constructor
In This Article
Initializes a new instance of the CustomHasPermissionToEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public CustomHasPermissionToEventArgs(
Type objectType,
string memberName,
object targetObject,
IObjectSpace objectSpace,
string operation
)
#Parameters
Name | Type | Description |
---|---|---|
object |
Type | A target object type. |
member |
String | A string which is the name of the target object’s member. |
target |
Object | A target object. |
object |
IObject |
An IObject |
operation | String | A string which is the name of the requested operation. Operation names are declared as the Security |
See Also