Skip to main content
.NET 6.0+

CustomHasPermissionToEventArgs(Type, String, Object, IObjectSpace, String) Constructor

Initializes a new instance of the CustomHasPermissionToEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CustomHasPermissionToEventArgs(
    Type objectType,
    string memberName,
    object targetObject,
    IObjectSpace objectSpace,
    string operation
)

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