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