[]
Represents a method that will handle a SecurityError event.
public delegate void SecurityErrorEventHandler(object sender, SecurityErrorEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
SecurityErrorEventArgs | e | A SecurityErrorEventArgs object that contains event data. |
Name | Description |
---|---|
SecurityErrorEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, SecurityErrorEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, SecurityErrorEventArgs) |