| RepresentationEventArgs Class |
Arguments for representation related events on
MvComponent.
Inheritance Hierarchy
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public class RepresentationEventArgs : EventArgs
Public Class RepresentationEventArgs
Inherits EventArgs
public ref class RepresentationEventArgs : public EventArgs
The RepresentationEventArgs type exposes the following members.
Properties
| Name | Description |
---|
| Args |
Gets the representation arguments.
|
| Representation |
Gets the representation that triggered the event.
|
TopSee Also