NotifyPropertyChangedInvocatorAttribute Constructor (String) |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic NotifyPropertyChangedInvocatorAttribute(
string parameterName
)
Public Sub New (
parameterName As String
)
public:
NotifyPropertyChangedInvocatorAttribute(
String^ parameterName
)
new :
parameterName : string -> NotifyPropertyChangedInvocatorAttribute
Parameters
- parameterName
- Type: SystemString
See Also