Click or drag to resize
RepresentationEventArgs Class
Arguments for representation related events on MvComponent.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    RW.Server.ComponentRepresentationEventArgs

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public class RepresentationEventArgs : EventArgs

The RepresentationEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyArgs
Gets the representation arguments.
Public propertyRepresentation
Gets the representation that triggered the event.
Top
See Also