'宣言 Protected Overridable Sub OnLongOperation( _ ByVal e As C1.Document.LongOperationEventArgs _ )
'使用法 Dim instance As C1FlexViewerPane Dim e As C1.Document.LongOperationEventArgs instance.OnLongOperation(e)
protected virtual void OnLongOperation( C1.Document.LongOperationEventArgs e )
パラメータ
- e
- イベントデータを含む C1.Document.LongOperationEventArgs。