FlexReport for WinForms
SecurityErrorEventHandler デリゲート


C1.Document アセンブリ > C1.Document 名前空間 : SecurityErrorEventHandler デリゲート
The source of the event.
A SecurityErrorEventArgs object that contains event data.
Represents a method that will handle a C1DocumentSource.SecurityError event.
シンタックス
'宣言
 
Public Delegate Sub SecurityErrorEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As SecurityErrorEventArgs _
) 
'使用法
 
Dim instance As New SecurityErrorEventHandler(AddressOf HandlerMethod)
public delegate void SecurityErrorEventHandler( 
   System.object sender,
   SecurityErrorEventArgs e
)

パラメータ

sender
The source of the event.
e
A SecurityErrorEventArgs object that contains event data.
参照

参照

SecurityErrorEventHandler メンバ
C1.Document 名前空間