PercentCompleteEventArgs Members

Include Protected Members
Include Inherited Members

The PercentCompleteEventArgs object represents the arguments passed by the event raised when a process reaches a percent complete marker.

The PercentCompleteEventArgs type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns a String that represents the ServerMessageEventArgs object. (Inherited from ServerMessageEventArgs.)

Top

Properties

  Name Description
Public property Error Gets the error associated with the server message event. (Inherited from ServerMessageEventArgs.)
Public property Percent Gets the percentage value amount that when used in integer multiples, and marks the point at which to report progress.

Top