Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NSplit1DShapeEventArgs Class


In This Topic
    NSplit1DShapeEventArgs Class Properties
    In This Topic

    For a list of all members of this type, see NSplit1DShapeEventArgs members.

    Public Properties
     NameDescription
    Public PropertyRaising the Cancel property is used to signify that the event is handled, meaning any default action normally taken by the implementation as a result of the event must not occur. Once the Cancel property has been raised it will remain in effect throughout the remainder of the event's propagation. This property may be used during any stage of event flow. (Inherited from Nevron.Nov.Dom.NEventArgs)
    Public PropertyUsed to indicate the node whose event handlers are currently being invoked. This is particularly useful during the sinking and bubbling phases. The current target can be the target or a target ancestor. (Inherited from Nevron.Nov.Dom.NEventArgs)
    Public PropertyGets the DOM event, associated with the event arguments (Inherited from Nevron.Nov.Dom.NEventArgs)
    Public PropertyUsed to indicate which phase of event flow is currently being accomplished (Inherited from Nevron.Nov.Dom.NEventArgs)
    Public PropertyGets the From 2D shape of the Splitted1DShape prior to the splitting. Can be null.  
    Public PropertyGets the splitted 1D shape.  
    Public PropertyGets the 1D shape, which was produced by cloning the splitted 1D shape.  
    Public PropertyGets the 2D shape, which splits the Splitted 1D shape.  
    Public PropertyUsed to indicate the target node, or in other words the node for which the event is raised. (Inherited from Nevron.Nov.Dom.NEventArgs)
    Public PropertyGets the To 2D shape of the Splitted1DShape prior to the splitting. Can be null.  
    Top
    See Also