Skip to main content
All docs
V26.1
  • WindowsActiveDirectoryAuthenticationProviderEvents.CustomCreateUser Property

    Namespace: DevExpress.ExpressApp.Security.Authentication

    Assembly: DevExpress.ExpressApp.Security.v26.1.dll

    Declaration

    public Action<CustomCreateUserEventArgs> CustomCreateUser { get; set; }

    Property Value

    Type
    Action<CustomCreateUserEventArgs>
    See Also