'Declaration
<DefaultValueAttribute(False)> Public Property ActiveChanged As Boolean
'Usage
Dim instance As EasyAENotificationEventArgs Dim value As Boolean instance.ActiveChanged = value value = instance.ActiveChanged
[DefaultValue(false)] public bool ActiveChanged {get; set;}
[DefaultValue(false)] public: property bool ActiveChanged { bool get(); void set ( bool value); }