VSTREELISTITEMCHANGE Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |