TextBufferCreatedEventArgs Class

 

Provides information about a newly created ITextBuffer.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Text.TextBufferCreatedEventArgs

public class TextBufferCreatedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodTextBufferCreatedEventArgs(ITextBuffer)

Initializes a new instance of TextBufferCreatedEventArgs.

NameDescription
System_CAPS_pubpropertyTextBuffer

The newly created ITextBuffer.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

This class is used to provide information for events such as the following:

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: