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

Arguments of operation status notifications

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

Syntax

C#
public class OperationEventArgs : EventArgs
Visual Basic
Public Class OperationEventArgs _
	Inherits EventArgs
Visual C++
public ref class OperationEventArgs : public EventArgs
F#
type OperationEventArgs =  
    class
        inherit EventArgs
    end
JScript
public class OperationEventArgs extends EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Tools.TotalCommanderT..::..OperationEventArgs

See Also