Only for Condition events. Indicates to the client which properties of the condition have changed, to have caused the server to send the event notification. It may have one or more of the EventChangeMask enumerator values. If the event notification is the result of a Refresh, these bits are to be ignored. For a 'new event', EventChangeMask.ActivState is the only bit which will always be set. Other values are server specific. (A 'new event' is any event resulting from the related condition leaving the Inactive and Acknowledged state.)
Syntax
Visual Basic (Declaration) | |
---|
Public ChangeMask As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EventData
Dim value As Integer
value = instance.ChangeMask
instance.ChangeMask = value |
Managed Extensions for C++ | |
---|
public: int ChangeMask |
C++/CLI | |
---|
public:
int ChangeMask |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also