 | PropertiesChangedEventArgsProperties Property |
A string list with property names for the "PropertiesChanged" event from
"INotifyPropertiesChanged".
Namespace: NetEti.MVVMiniAssembly: NetEti.MVVMini (in NetEti.MVVMini.dll) Version: 1.0.0+7b60487fcbc3b95636e4fc726213c9ca8562bee8
Syntaxpublic Cunning<string> Properties { get; }
Public ReadOnly Property Properties As Cunning(Of String)
Get
public:
property Cunning<String^>^ Properties {
Cunning<String^>^ get ();
}
member Properties : Cunning<string> with get
Property value
CunningString
See also