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