ImageGear .NET v24.12 - Updated
MarkEventArgs class Members

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : MarkEventArgs class

The following tables list the members exposed by MarkEventArgs.

Public Constructors
 NameDescription
public Constructor  
Top
Public Fields
 NameDescription
public FieldThe number of marks that are affected by the event. In cases where this value is greater than one, the mark and zIndex properties will not be provided by the event.  
public FieldThe mark which is most directly related to the event. Events that affect multiple marks will not provide a value for this property.  
public FieldThe name of the property which changed. This is only valid for ArtPage.markChanged events.  
public FieldThe Z-index of a reordered mark. For ArtPage.markReordered events, this will be the new Z-index of the mark that was reordered. For other events, it will be the Z-index of the mark which is most directly related to the event and events that affect multiple marks will not provide a value for this property. The MarkCollection object will never provide a value for this property because the marks in a MarkCollection have no particular order.  
Top
See Also

Reference

MarkEventArgs class
ImageGear.Web.UI Namespace