[This is preliminary documentation and is subject to change.]

When overiden in derived class handles operation status change reported by Total Commaner

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public virtual void OnOperationStatusChanged(
	OperationEventArgs e
)
Visual Basic
Public Overridable Sub OnOperationStatusChanged ( _
	e As OperationEventArgs _
)
Visual C++
public:
virtual void OnOperationStatusChanged(
	OperationEventArgs^ e
)
F#
abstract OnOperationStatusChanged : 
        e:OperationEventArgs -> unit 
override OnOperationStatusChanged : 
        e:OperationEventArgs -> unit 
JScript
public function OnOperationStatusChanged(
	e : OperationEventArgs
)

Parameters

e
Type: Tools.TotalCommanderT..::..OperationEventArgs
Event arguments

Remarks

Do not call this method from your code. It is called by Total Commander. In case you use plugin outside of Total Commander call StatusInfo(String, OperationStatus, OperationKind).

See Also