C1.WPF.Document Assembly / C1.WPF.Document Namespace / SecurityErrorEventHandler Delegate
The source of the event.
A SecurityErrorEventArgs object that contains event data.

In This Topic
SecurityErrorEventHandler Delegate
In This Topic
Represents a method that will handle a C1DocumentSource.SecurityError event.
Syntax
'Declaration
 
Public Delegate Sub SecurityErrorEventHandler( _
   ByVal sender As Object, _
   ByVal e As SecurityErrorEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A SecurityErrorEventArgs object that contains event data.
See Also