| RepresentationEventArgsArgs Property |
Gets the representation arguments.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public MvValue[] Args { get; }
Public ReadOnly Property Args As MvValue()
Get
public:
property array<MvValue^>^ Args {
array<MvValue^>^ get ();
}
Property Value
Type:
MvValue
The representation arguments.
See Also