[]
        
(Showing Draft Content)

C1.WPF.Document.SecurityErrorEventHandler

SecurityErrorEventHandler Delegate

Represents a method that will handle a SecurityError event.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.dll
Syntax
public delegate void SecurityErrorEventHandler(object sender, SecurityErrorEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

SecurityErrorEventArgs e

A SecurityErrorEventArgs object that contains event data.

Constructors

Name Description
SecurityErrorEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, SecurityErrorEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, SecurityErrorEventArgs)