TreeHooks Methods |
The TreeHooks type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddHook | Inserts a hook at the specified location. This appends the behavior to the end of the list. |
![]() | ClearAll | |
![]() | ClearHook | Removes all hooks at the specified location. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InsertHook | Inserts a hook at the specified location. This inserts the behavior to the specified index in the hook list. |
![]() | RemoveHook | Removes a hook at the specified location. |
![]() | ReplaceHook | Replaces all hooks at the specified location, with one that you provide. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |