Click or drag to resize

DisplayUnitInstanceChangeEventArgs Class


Event arguments that capture information on any changes occur on a Display Unit
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.PresentationDisplayUnitInstanceChangeEventArgs

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public class DisplayUnitInstanceChangeEventArgs : EventArgs

The DisplayUnitInstanceChangeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDisplayUnitInstanceChangeEventArgs
Initializes a new instance of the DisplayUnitInstanceChangeEventArgs class
Top
Properties
  NameDescription
Public propertyDisplayUnit
Gets/sets the Display Unit that was changed
Top
See Also