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