SecureZipPolicy.ResourceLimitViolationWeakEventHandler Delegate
Represents the method that handles the ResourceLimitViolation event.
Namespace: DevExpress.Utils.Zip
Assembly: DevExpress.Data.v26.1.dll
Declaration
public delegate void ResourceLimitViolationWeakEventHandler(
object sender,
SecureZipPolicy.ResourceLimitViolationEventArgs e
);
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The event source. |
| e | SecureZipPolicy.ResourceLimitViolationEventArgs | An object that contains event data. |
See Also