EntriesChangedEventArgs Class

Visual Studio 2015
 

Event arguments for an IWpfTableControl.EntriesChanged event.

Namespace:   Microsoft.VisualStudio.Shell.TableControl
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

System::Object
  System::EventArgs
    Microsoft.VisualStudio.Shell.TableControl::EntriesChangedEventArgs

public ref class EntriesChangedEventArgs abstract : EventArgs

NameDescription
System_CAPS_protmethodEntriesChangedEventArgs(Int32)

Create a new instance of EntriesChangedEventArgs with the specified version number.

NameDescription
System_CAPS_pubpropertyAllEntries

Gets all entries contained in the table (whether or not they are visible).

System_CAPS_pubpropertyFilteredAndSortedEntries

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.)

NameDescription
System_CAPS_pubfieldVersionNumber

Version number of the update. This number is incremented by the table control on every update.

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: