The AutoReplaceEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodAutoReplaceEventArgs
Initializes a new instance of an AutoReplaceEventArgs.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCancel
Gets or sets whether to skip this replacement.
Public propertyControl
Gets a reference to the control where the replacement will take place.
Public propertyFound
Gets the string that is about to be replaced.
Public propertyReplace
Gets or sets the string that contains the replacement text.

See Also