 | ViewEventDelegateField Property |
View event to register as listener for.
Namespace: Slash.Unity.Common.ViewModelsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic string Field { get; set; }
Public Property Field As String
Get
Set
public:
property String^ Field {
String^ get ();
void set (String^ value);
}
member Field : string with get, set
Property Value
Type:
String
See Also