Click or drag to resize
ViewEvent Class
View event interested listeners can register for.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Common.ViewModelsViewEvent

Namespace: Slash.Unity.Common.ViewModels
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
[SerializableAttribute]
public class ViewEvent

The ViewEvent type exposes the following members.

Constructors
  NameDescription
Public methodViewEvent
Initializes a new instance of the ViewEvent class
Top
Methods
  NameDescription
Public methodOnEvent
Event has occurred.
Top
Events
  NameDescription
Public eventEvent
Event has occurred.
Top
See Also