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