GraphNodeIdPropertyDescriptor.SupportsChangeEvents Property
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.
Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor.
public:
virtual property bool SupportsChangeEvents { bool get(); };
public override bool SupportsChangeEvents { get; }
member this.SupportsChangeEvents : bool
Public Overrides ReadOnly Property SupportsChangeEvents As Boolean