Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 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 _
    ) 
    public delegate void SecurityErrorEventHandler( 
       object sender,
       SecurityErrorEventArgs e
    )

    Parameters

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