Skip to main content
All docs
V26.1
  • SecurityLoadingLimitExceededEventArgs(String) Constructor

    Initializes a new instance of the SecurityLoadingLimitExceededEventArgs class with specified settings.

    Namespace: DevExpress.Office

    Assembly: DevExpress.Office.v26.1.Core.dll

    Declaration

    public SecurityLoadingLimitExceededEventArgs(
        string propertyName
    )

    Parameters

    Name Type Description
    propertyName String

    The name of the property that caused the security loading limit to be exceeded.

    See Also