Share via


ActionableRdtListener Members

Include Protected Members
Include Inherited Members

Helper class for running document table (RDT) events.

The ActionableRdtListener type exposes the following members.

Constructors

  Name Description
Public method ActionableRdtListener Overloaded. Initializes a new instance of the ActionableRdtListener class.

Top

Methods

  Name Description
Public method Dispose Releases resources. (Inherited from RdtListener.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Init Initializes the listener. (Inherited from RdtListener.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnAfterAttributeChange Called when an attribute is changed. (Overrides RdtListener.OnAfterAttributeChange(UInt32, UInt32).)
Public method OnAfterAttributeChangeEx Called when an attribute is changed. (Overrides RdtListener.OnAfterAttributeChangeEx(UInt32, UInt32, IVsHierarchy, UInt32, String, IVsHierarchy, UInt32, String).)
Public method OnAfterDocumentWindowHide Called after a document window is hidden. (Overrides RdtListener.OnAfterDocumentWindowHide(UInt32, IVsWindowFrame).)
Public method OnAfterFirstDocumentLock Called after a document is locked. (Overrides RdtListener.OnAfterFirstDocumentLock(UInt32, UInt32, UInt32, UInt32).)
Public method OnAfterSave Called after a document is saved. (Overrides RdtListener.OnAfterSave(UInt32).)
Public method OnBeforeDocumentWindowShow Called before a document window is shown. (Overrides RdtListener.OnBeforeDocumentWindowShow(UInt32, Int32, IVsWindowFrame).)
Public method OnBeforeLastDocumentUnlock Called before the last document is unlocked. (Overrides RdtListener.OnBeforeLastDocumentUnlock(UInt32, UInt32, UInt32, UInt32).)
Public method OnBeforeSave Called before the document is saved. (Overrides RdtListener.OnBeforeSave(UInt32).)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Events

  Name Description
Public event AfterAttributeChangeEvent Event to raise after an attribute change.
Public event AfterAttributeChangeExEvent Event to raise after an attribute change.
Public event AfterDocumentWindowHideEvent Event to raise after a document window is hidden.
Public event AfterFirstDocumentLockEvent Event to raise the first time a document is locked.
Public event AfterSaveEvent Event to raise after the document is saved.
Public event BeforeDocumentWindowShowEvent Event to raise after the document window is shown.
Public event BeforeLastDocumentUnlockEvent Event to raise before the last document is unlocked.
Public event BeforeSaveEvent Event to raise before the document is saved.

Top

See Also

Reference

ActionableRdtListener Class

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace