menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGraphInfo - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGraphInfo

    Represents to gets more / additional information about the diagram

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IGraphInfo

    Properties

    Commands

    Gets the diagramming commands.

    Declaration
    IDiagramCommands Commands { get; }
    Property Value
    Type
    IDiagramCommands

    Viewport

    Gets the bounds of the viewport.

    Declaration
    Rect Viewport { get; }
    Property Value
    Type
    Windows.Foundation.Rect

    Methods

    add_AnnotationChanged(AnnotationChangedEventHandler)

    Declaration
    void add_AnnotationChanged(AnnotationChangedEventHandler value)
    Parameters
    Type Name Description
    AnnotationChangedEventHandler value

    add_AutoScrolled(AutoScrolledHandler)

    Declaration
    void add_AutoScrolled(AutoScrolledHandler value)
    Parameters
    Type Name Description
    AutoScrolledHandler value

    add_ConnectorEditing(ConnectorEditingEventHandler)

    Declaration
    void add_ConnectorEditing(ConnectorEditingEventHandler value)
    Parameters
    Type Name Description
    ConnectorEditingEventHandler value

    add_ConnectorSourceChangedEvent(ConnectorSourceChangedEventHandler)

    Declaration
    void add_ConnectorSourceChangedEvent(ConnectorSourceChangedEventHandler value)
    Parameters
    Type Name Description
    ConnectorSourceChangedEventHandler value

    add_ConnectorTargetChangedEvent(ConnectorTargetChangedEventHandler)

    Declaration
    void add_ConnectorTargetChangedEvent(ConnectorTargetChangedEventHandler value)
    Parameters
    Type Name Description
    ConnectorTargetChangedEventHandler value

    add_DragEnter(DragEnterEventHandler)

    Declaration
    void add_DragEnter(DragEnterEventHandler value)
    Parameters
    Type Name Description
    DragEnterEventHandler value

    add_DragLeave(DragLeaveEventHandler)

    Declaration
    void add_DragLeave(DragLeaveEventHandler value)
    Parameters
    Type Name Description
    DragLeaveEventHandler value

    add_DragOver(DragOverEventHandler)

    Declaration
    void add_DragOver(DragOverEventHandler value)
    Parameters
    Type Name Description
    DragOverEventHandler value

    add_FreeFormDrawingEvent(FreeFormDrawingEventHandler)

    Declaration
    void add_FreeFormDrawingEvent(FreeFormDrawingEventHandler value)
    Parameters
    Type Name Description
    FreeFormDrawingEventHandler value

    add_GetDrawType(DrawTypeEventHandler)

    Declaration
    void add_GetDrawType(DrawTypeEventHandler value)
    Parameters
    Type Name Description
    DrawTypeEventHandler value

    add_GetLayoutInfo(LayoutInfoHandler)

    Declaration
    void add_GetLayoutInfo(LayoutInfoHandler value)
    Parameters
    Type Name Description
    LayoutInfoHandler value

    add_HistoryChangedEvent(HistoryChangedEventHandler)

    Declaration
    void add_HistoryChangedEvent(HistoryChangedEventHandler value)
    Parameters
    Type Name Description
    HistoryChangedEventHandler value

    add_ItemAdded(ItemAddedEventHandler)

    Declaration
    void add_ItemAdded(ItemAddedEventHandler value)
    Parameters
    Type Name Description
    ItemAddedEventHandler value

    add_ItemAdding(ItemAddingEventHandler)

    Declaration
    void add_ItemAdding(ItemAddingEventHandler value)
    Parameters
    Type Name Description
    ItemAddingEventHandler value

    add_ItemDeleted(ItemDeletedEventHandler)

    Declaration
    void add_ItemDeleted(ItemDeletedEventHandler value)
    Parameters
    Type Name Description
    ItemDeletedEventHandler value

    add_ItemDeletingEvent(ItemDeletingEventHandler)

    Declaration
    void add_ItemDeletingEvent(ItemDeletingEventHandler value)
    Parameters
    Type Name Description
    ItemDeletingEventHandler value

    add_ItemDoubleTappedEvent(ItemDoubleTappedEventHandler)

    Declaration
    void add_ItemDoubleTappedEvent(ItemDoubleTappedEventHandler value)
    Parameters
    Type Name Description
    ItemDoubleTappedEventHandler value

    add_ItemDropEvent(ItemDropEventHandler)

    Declaration
    void add_ItemDropEvent(ItemDropEventHandler value)
    Parameters
    Type Name Description
    ItemDropEventHandler value

    add_ItemSelectedEvent(SelectedEventHandler)

    Declaration
    void add_ItemSelectedEvent(SelectedEventHandler value)
    Parameters
    Type Name Description
    SelectedEventHandler value

    add_ItemSelectingEvent(SelectingEventHandler)

    Declaration
    void add_ItemSelectingEvent(SelectingEventHandler value)
    Parameters
    Type Name Description
    SelectingEventHandler value

    add_ItemTappedEvent(ItemTappedEventHandler)

    Declaration
    void add_ItemTappedEvent(ItemTappedEventHandler value)
    Parameters
    Type Name Description
    ItemTappedEventHandler value

    add_ItemUnSelectedEvent(UnSelectedEventHandler)

    Declaration
    void add_ItemUnSelectedEvent(UnSelectedEventHandler value)
    Parameters
    Type Name Description
    UnSelectedEventHandler value

    add_ItemUnSelectingEvent(UnSelectingEventHandler)

    Declaration
    void add_ItemUnSelectingEvent(UnSelectingEventHandler value)
    Parameters
    Type Name Description
    UnSelectingEventHandler value

    add_LayoutUpdated(LayoutUpdatedEventHandler)

    Declaration
    void add_LayoutUpdated(LayoutUpdatedEventHandler value)
    Parameters
    Type Name Description
    LayoutUpdatedEventHandler value

    add_MenuItemClickedEvent(MenuItemClickedEventHander)

    Declaration
    void add_MenuItemClickedEvent(MenuItemClickedEventHander value)
    Parameters
    Type Name Description
    MenuItemClickedEventHander value

    add_MouseDown(MouseDownEventHandler)

    Declaration
    void add_MouseDown(MouseDownEventHandler value)
    Parameters
    Type Name Description
    MouseDownEventHandler value

    add_MouseUp(MouseUpEventHandler)

    Declaration
    void add_MouseUp(MouseUpEventHandler value)
    Parameters
    Type Name Description
    MouseUpEventHandler value

    add_NodeChangedEvent(NodeChangedEventHandler)

    Declaration
    void add_NodeChangedEvent(NodeChangedEventHandler value)
    Parameters
    Type Name Description
    NodeChangedEventHandler value

    add_ObjectDrawn(ObjectDrawnEventHander)

    Declaration
    void add_ObjectDrawn(ObjectDrawnEventHander value)
    Parameters
    Type Name Description
    ObjectDrawnEventHander value

    add_PortChanged(PortChangedEventHandler)

    Declaration
    void add_PortChanged(PortChangedEventHandler value)
    Parameters
    Type Name Description
    PortChangedEventHandler value

    add_Printing(PrintingEventHandler)

    Declaration
    void add_Printing(PrintingEventHandler value)
    Parameters
    Type Name Description
    PrintingEventHandler value

    add_SelectorChangedEvent(SelectorChangedEventHandler)

    Declaration
    void add_SelectorChangedEvent(SelectorChangedEventHandler value)
    Parameters
    Type Name Description
    SelectorChangedEventHandler value

    add_SwimlaneChildChangedEvent(SwimlaneChildChangedEventHandler)

    Declaration
    void add_SwimlaneChildChangedEvent(SwimlaneChildChangedEventHandler value)
    Parameters
    Type Name Description
    SwimlaneChildChangedEventHandler value

    add_SymbolDroppingEvent(SymbolDroppingEventHandler)

    Declaration
    void add_SymbolDroppingEvent(SymbolDroppingEventHandler value)
    Parameters
    Type Name Description
    SymbolDroppingEventHandler value

    add_ViewPortChangedEvent(ViewPortChangedEventHandler)

    Declaration
    void add_ViewPortChangedEvent(ViewPortChangedEventHandler value)
    Parameters
    Type Name Description
    ViewPortChangedEventHandler value

    BringIntoCenter(Rect)

    To bring the specified bounds of diagram control into center of the view.

    Declaration
    void BringIntoCenter(Rect bounds)
    Parameters
    Type Name Description
    Windows.Foundation.Rect bounds

    The bounds value which should be shown at center of the view.

    BringIntoViewport(Rect)

    To bring the specified bounds of diagram control into view.

    Declaration
    void BringIntoViewport(Rect bounds)
    Parameters
    Type Name Description
    Windows.Foundation.Rect bounds

    The bounds value which should be shown into view.

    ClearHistory()

    Method to cleare history of IGraphInfo class values.

    Declaration
    void ClearHistory()

    Export()

    Declaration
    Task Export()
    Returns
    Type
    System.Threading.Tasks.Task

    Export(Int32, Int32)

    Declaration
    Task Export(int RowCount, int ColumnCount)
    Parameters
    Type Name Description
    System.Int32 RowCount
    System.Int32 ColumnCount
    Returns
    Type
    System.Threading.Tasks.Task

    GetCollisionFreeLocation(CollisionState)

    To find a possible position without intersecting others for any given node.

    Declaration
    void GetCollisionFreeLocation(CollisionState settings)
    Parameters
    Type Name Description
    CollisionState settings

    Instance of CollisionState

    GetCurrentPosition(RoutedEventArgs)

    Represents a method which is used to get the current mouse position in the diagram.

    Declaration
    Point GetCurrentPosition(RoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.RoutedEventArgs e

    Instance of class.

    Returns
    Type
    Windows.Foundation.Point

    GetObject(Object)

    Represents a method which is used to get the object for the given id.

    Declaration
    object GetObject(object id)
    Parameters
    Type Name Description
    System.Object id

    ID of the object.

    Returns
    Type
    System.Object

    GetOverlappingObjects(CollisionState)

    To find all overlapping objects(such as Node/Connector/Annotation) for a given node.

    Declaration
    List<object> GetOverlappingObjects(CollisionState state)
    Parameters
    Type Name Description
    CollisionState state

    Instance of CollisionState

    Returns
    Type
    System.Collections.Generic.List<System.Object>

    Import(Stream)

    Represents a method which is used to add the given elements in the form of steam or xml with already existing elements of diagram control.

    Declaration
    void Import(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    The stream to which the diagram will be imported.

    Load(Stream)

    Represents a method which is used to load the diagram in the form of stream or xml with cleared the existing elements of diagram control.

    Declaration
    void Load(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    The stream to which the diagram will be loaded.

    remove_AnnotationChanged(AnnotationChangedEventHandler)

    Declaration
    void remove_AnnotationChanged(AnnotationChangedEventHandler value)
    Parameters
    Type Name Description
    AnnotationChangedEventHandler value

    remove_AutoScrolled(AutoScrolledHandler)

    Declaration
    void remove_AutoScrolled(AutoScrolledHandler value)
    Parameters
    Type Name Description
    AutoScrolledHandler value

    remove_ConnectorEditing(ConnectorEditingEventHandler)

    Declaration
    void remove_ConnectorEditing(ConnectorEditingEventHandler value)
    Parameters
    Type Name Description
    ConnectorEditingEventHandler value

    remove_ConnectorSourceChangedEvent(ConnectorSourceChangedEventHandler)

    Declaration
    void remove_ConnectorSourceChangedEvent(ConnectorSourceChangedEventHandler value)
    Parameters
    Type Name Description
    ConnectorSourceChangedEventHandler value

    remove_ConnectorTargetChangedEvent(ConnectorTargetChangedEventHandler)

    Declaration
    void remove_ConnectorTargetChangedEvent(ConnectorTargetChangedEventHandler value)
    Parameters
    Type Name Description
    ConnectorTargetChangedEventHandler value

    remove_DragEnter(DragEnterEventHandler)

    Declaration
    void remove_DragEnter(DragEnterEventHandler value)
    Parameters
    Type Name Description
    DragEnterEventHandler value

    remove_DragLeave(DragLeaveEventHandler)

    Declaration
    void remove_DragLeave(DragLeaveEventHandler value)
    Parameters
    Type Name Description
    DragLeaveEventHandler value

    remove_DragOver(DragOverEventHandler)

    Declaration
    void remove_DragOver(DragOverEventHandler value)
    Parameters
    Type Name Description
    DragOverEventHandler value

    remove_FreeFormDrawingEvent(FreeFormDrawingEventHandler)

    Declaration
    void remove_FreeFormDrawingEvent(FreeFormDrawingEventHandler value)
    Parameters
    Type Name Description
    FreeFormDrawingEventHandler value

    remove_GetDrawType(DrawTypeEventHandler)

    Declaration
    void remove_GetDrawType(DrawTypeEventHandler value)
    Parameters
    Type Name Description
    DrawTypeEventHandler value

    remove_GetLayoutInfo(LayoutInfoHandler)

    Declaration
    void remove_GetLayoutInfo(LayoutInfoHandler value)
    Parameters
    Type Name Description
    LayoutInfoHandler value

    remove_HistoryChangedEvent(HistoryChangedEventHandler)

    Declaration
    void remove_HistoryChangedEvent(HistoryChangedEventHandler value)
    Parameters
    Type Name Description
    HistoryChangedEventHandler value

    remove_ItemAdded(ItemAddedEventHandler)

    Declaration
    void remove_ItemAdded(ItemAddedEventHandler value)
    Parameters
    Type Name Description
    ItemAddedEventHandler value

    remove_ItemAdding(ItemAddingEventHandler)

    Declaration
    void remove_ItemAdding(ItemAddingEventHandler value)
    Parameters
    Type Name Description
    ItemAddingEventHandler value

    remove_ItemDeleted(ItemDeletedEventHandler)

    Declaration
    void remove_ItemDeleted(ItemDeletedEventHandler value)
    Parameters
    Type Name Description
    ItemDeletedEventHandler value

    remove_ItemDeletingEvent(ItemDeletingEventHandler)

    Declaration
    void remove_ItemDeletingEvent(ItemDeletingEventHandler value)
    Parameters
    Type Name Description
    ItemDeletingEventHandler value

    remove_ItemDoubleTappedEvent(ItemDoubleTappedEventHandler)

    Declaration
    void remove_ItemDoubleTappedEvent(ItemDoubleTappedEventHandler value)
    Parameters
    Type Name Description
    ItemDoubleTappedEventHandler value

    remove_ItemDropEvent(ItemDropEventHandler)

    Declaration
    void remove_ItemDropEvent(ItemDropEventHandler value)
    Parameters
    Type Name Description
    ItemDropEventHandler value

    remove_ItemSelectedEvent(SelectedEventHandler)

    Declaration
    void remove_ItemSelectedEvent(SelectedEventHandler value)
    Parameters
    Type Name Description
    SelectedEventHandler value

    remove_ItemSelectingEvent(SelectingEventHandler)

    Declaration
    void remove_ItemSelectingEvent(SelectingEventHandler value)
    Parameters
    Type Name Description
    SelectingEventHandler value

    remove_ItemTappedEvent(ItemTappedEventHandler)

    Declaration
    void remove_ItemTappedEvent(ItemTappedEventHandler value)
    Parameters
    Type Name Description
    ItemTappedEventHandler value

    remove_ItemUnSelectedEvent(UnSelectedEventHandler)

    Declaration
    void remove_ItemUnSelectedEvent(UnSelectedEventHandler value)
    Parameters
    Type Name Description
    UnSelectedEventHandler value

    remove_ItemUnSelectingEvent(UnSelectingEventHandler)

    Declaration
    void remove_ItemUnSelectingEvent(UnSelectingEventHandler value)
    Parameters
    Type Name Description
    UnSelectingEventHandler value

    remove_LayoutUpdated(LayoutUpdatedEventHandler)

    Declaration
    void remove_LayoutUpdated(LayoutUpdatedEventHandler value)
    Parameters
    Type Name Description
    LayoutUpdatedEventHandler value

    remove_MenuItemClickedEvent(MenuItemClickedEventHander)

    Declaration
    void remove_MenuItemClickedEvent(MenuItemClickedEventHander value)
    Parameters
    Type Name Description
    MenuItemClickedEventHander value

    remove_MouseDown(MouseDownEventHandler)

    Declaration
    void remove_MouseDown(MouseDownEventHandler value)
    Parameters
    Type Name Description
    MouseDownEventHandler value

    remove_MouseUp(MouseUpEventHandler)

    Declaration
    void remove_MouseUp(MouseUpEventHandler value)
    Parameters
    Type Name Description
    MouseUpEventHandler value

    remove_NodeChangedEvent(NodeChangedEventHandler)

    Declaration
    void remove_NodeChangedEvent(NodeChangedEventHandler value)
    Parameters
    Type Name Description
    NodeChangedEventHandler value

    remove_ObjectDrawn(ObjectDrawnEventHander)

    Declaration
    void remove_ObjectDrawn(ObjectDrawnEventHander value)
    Parameters
    Type Name Description
    ObjectDrawnEventHander value

    remove_PortChanged(PortChangedEventHandler)

    Declaration
    void remove_PortChanged(PortChangedEventHandler value)
    Parameters
    Type Name Description
    PortChangedEventHandler value

    remove_Printing(PrintingEventHandler)

    Declaration
    void remove_Printing(PrintingEventHandler value)
    Parameters
    Type Name Description
    PrintingEventHandler value

    remove_SelectorChangedEvent(SelectorChangedEventHandler)

    Declaration
    void remove_SelectorChangedEvent(SelectorChangedEventHandler value)
    Parameters
    Type Name Description
    SelectorChangedEventHandler value

    remove_SwimlaneChildChangedEvent(SwimlaneChildChangedEventHandler)

    Declaration
    void remove_SwimlaneChildChangedEvent(SwimlaneChildChangedEventHandler value)
    Parameters
    Type Name Description
    SwimlaneChildChangedEventHandler value

    remove_SymbolDroppingEvent(SymbolDroppingEventHandler)

    Declaration
    void remove_SymbolDroppingEvent(SymbolDroppingEventHandler value)
    Parameters
    Type Name Description
    SymbolDroppingEventHandler value

    remove_ViewPortChangedEvent(ViewPortChangedEventHandler)

    Declaration
    void remove_ViewPortChangedEvent(ViewPortChangedEventHandler value)
    Parameters
    Type Name Description
    ViewPortChangedEventHandler value

    Save(Stream)

    Save the diagram into xml or steam for the given stream.

    Declaration
    void Save(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    The stream to which the diagram will be stored.

    Events

    AnnotationChanged

    Occurs when the annotation is changed.

    Declaration
    event AnnotationChangedEventHandler AnnotationChanged
    Event Type
    Type
    AnnotationChangedEventHandler

    AutoScrolled

    Occurs when perform autoscroll for diagram elements.

    Declaration
    event AutoScrolledHandler AutoScrolled
    Event Type
    Type
    AutoScrolledHandler

    ConnectorEditing

    Occurs when the connector is editing.

    Declaration
    event ConnectorEditingEventHandler ConnectorEditing
    Event Type
    Type
    ConnectorEditingEventHandler

    ConnectorSourceChangedEvent

    Occurs when the connector source thumb is changed..

    Declaration
    event ConnectorSourceChangedEventHandler ConnectorSourceChangedEvent
    Event Type
    Type
    ConnectorSourceChangedEventHandler

    ConnectorTargetChangedEvent

    Occurs when the connector target thumb is changed.

    Declaration
    event ConnectorTargetChangedEventHandler ConnectorTargetChangedEvent
    Event Type
    Type
    ConnectorTargetChangedEventHandler

    DragEnter

    Occurs when the input system reports an underlying drag event with this element as the drag target.

    Declaration
    event DragEnterEventHandler DragEnter
    Event Type
    Type
    DragEnterEventHandler

    DragLeave

    Occurs when the input system reports an underlying drag event with this element as the drag origin.

    Declaration
    event DragLeaveEventHandler DragLeave
    Event Type
    Type
    DragLeaveEventHandler

    DragOver

    Occurs when the input system reports an underlying drag event with this element as the potential drop target.

    Declaration
    event DragOverEventHandler DragOver
    Event Type
    Type
    DragOverEventHandler

    FreeFormDrawingEvent

    Occurs when draw a freeform connector in diagram.

    Declaration
    event FreeFormDrawingEventHandler FreeFormDrawingEvent
    Event Type
    Type
    FreeFormDrawingEventHandler

    GetDrawType

    Occurs when draw a object via drawingtool to decide the drawing object.

    Declaration
    event DrawTypeEventHandler GetDrawType
    Event Type
    Type
    DrawTypeEventHandler

    GetLayoutInfo

    Occurs when changes occurs in layout.

    Declaration
    event LayoutInfoHandler GetLayoutInfo
    Event Type
    Type
    LayoutInfoHandler
    Remarks

    GetLayoutInfo fires only for Organization layout type.

    HistoryChangedEvent

    Occurs while there is a change in HistoryStack.

    Declaration
    event HistoryChangedEventHandler HistoryChangedEvent
    Event Type
    Type
    HistoryChangedEventHandler

    ItemAdded

    Occurs when the item is added to diagram.

    Declaration
    event ItemAddedEventHandler ItemAdded
    Event Type
    Type
    ItemAddedEventHandler

    ItemAdding

    Occurs before an item is added to the diagram.

    Declaration
    event ItemAddingEventHandler ItemAdding
    Event Type
    Type
    ItemAddingEventHandler

    ItemDeleted

    Occurs when the element is Deleted.

    Declaration
    event ItemDeletedEventHandler ItemDeleted
    Event Type
    Type
    ItemDeletedEventHandler

    ItemDeletingEvent

    Occurs when the element goes for delete.

    Declaration
    event ItemDeletingEventHandler ItemDeletingEvent
    Event Type
    Type
    ItemDeletingEventHandler

    ItemDoubleTappedEvent

    Occurs when the mouse pointer is over the elements and double clicked on the diagram or diagram elements.

    Declaration
    event ItemDoubleTappedEventHandler ItemDoubleTappedEvent
    Event Type
    Type
    ItemDoubleTappedEventHandler

    ItemDropEvent

    Occurs when the input system reports an underlying drop event with this element as the drop target.

    Declaration
    event ItemDropEventHandler ItemDropEvent
    Event Type
    Type
    ItemDropEventHandler

    ItemSelectedEvent

    Occurs when the mouse pointer is over the elements and a diagram elements is selected.

    Declaration
    event SelectedEventHandler ItemSelectedEvent
    Event Type
    Type
    SelectedEventHandler

    ItemSelectingEvent

    Occurs when the element goes for select.

    Declaration
    event SelectingEventHandler ItemSelectingEvent
    Event Type
    Type
    SelectingEventHandler

    ItemTappedEvent

    Occurs when the mouse pointer is over the elements and clicked on the diagram or diagram elements.

    Declaration
    event ItemTappedEventHandler ItemTappedEvent
    Event Type
    Type
    ItemTappedEventHandler

    ItemUnSelectedEvent

    Occurs when the mouse pointer is over the elements and the selection goes to unselection.

    Declaration
    event UnSelectedEventHandler ItemUnSelectedEvent
    Event Type
    Type
    UnSelectedEventHandler

    ItemUnSelectingEvent

    Occurs when the element goes for unselect.

    Declaration
    event UnSelectingEventHandler ItemUnSelectingEvent
    Event Type
    Type
    UnSelectingEventHandler

    LayoutUpdated

    Occurs when the layout is changed or modified.

    Declaration
    event LayoutUpdatedEventHandler LayoutUpdated
    Event Type
    Type
    LayoutUpdatedEventHandler

    MenuItemClickedEvent

    Occurs when a DiagramMenuItem is clicked.

    Declaration
    event MenuItemClickedEventHander MenuItemClickedEvent
    Event Type
    Type
    MenuItemClickedEventHander

    MouseDown

    Occurs when the mouse pointer is over the diagram or diagram elements and a mouse button is pressed.

    Declaration
    event MouseDownEventHandler MouseDown
    Event Type
    Type
    MouseDownEventHandler

    MouseUp

    Occurs when the mouse pointer is over the diagram or diagram elements and a mouse button is released.

    Declaration
    event MouseUpEventHandler MouseUp
    Event Type
    Type
    MouseUpEventHandler

    NodeChangedEvent

    Occurs when the node is changed.

    Declaration
    event NodeChangedEventHandler NodeChangedEvent
    Event Type
    Type
    NodeChangedEventHandler

    ObjectDrawn

    Occurs when draw a element in the diagram.

    Declaration
    event ObjectDrawnEventHander ObjectDrawn
    Event Type
    Type
    ObjectDrawnEventHander

    PortChanged

    Occurs when the port is changed.

    Declaration
    event PortChangedEventHandler PortChanged
    Event Type
    Type
    PortChangedEventHandler

    Printing

    Occurs when print the diagram.

    Declaration
    event PrintingEventHandler Printing
    Event Type
    Type
    PrintingEventHandler

    SelectorChangedEvent

    Occurs when the selection with their porperty value is changed.

    Declaration
    event SelectorChangedEventHandler SelectorChangedEvent
    Event Type
    Type
    SelectorChangedEventHandler

    SwimlaneChildChangedEvent

    Occurs when the SwimlaneChild is changed.

    Declaration
    event SwimlaneChildChangedEventHandler SwimlaneChildChangedEvent
    Event Type
    Type
    SwimlaneChildChangedEventHandler

    SymbolDroppingEvent

    Occurs when drag and drop the symbol from stencil to diagram..

    Declaration
    event SymbolDroppingEventHandler SymbolDroppingEvent
    Event Type
    Type
    SymbolDroppingEventHandler

    ViewPortChangedEvent

    Occurs when the diagram bounds is changed.

    Declaration
    event ViewPortChangedEventHandler ViewPortChangedEvent
    Event Type
    Type
    ViewPortChangedEventHandler

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved