VSTREELISTITEMCHANGE Struct

Definition

Specifies dynamic changes to a tree list.

public value class VSTREELISTITEMCHANGE
public value class VSTREELISTITEMCHANGE
struct VSTREELISTITEMCHANGE
public struct VSTREELISTITEMCHANGE
type VSTREELISTITEMCHANGE = struct
Public Structure VSTREELISTITEMCHANGE
Inheritance
VSTREELISTITEMCHANGE

Remarks

COM Signature

From vsshell.idl:

typedef struct _VSTREELISTITEMCHANGE  
{  
    ULONG Index;  
    VSTREEITEMCHANGESMASK grfChange;  
} VSTREELISTITEMCHANGE;  

Fields

grfChange

Specifies the changes that have occurred. Values are taken from the _VSTREEITEMCHANGESMASK enumeration.

index

Identifies a tree list item.

Applies to