UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ObjectDrawnEventArgs

    Show / Hide Table of Contents

    Class ObjectDrawnEventArgs

    Provides data for ObjectDrawnEvent of the diagram.

    Inheritance
    System.Object
    DiagramEventArgs
    ObjectDrawnEventArgs
    Inherited Members
    DiagramEventArgs.Item
    DiagramEventArgs.OriginalSource
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class ObjectDrawnEventArgs : DiagramEventArgs

    Constructors

    ObjectDrawnEventArgs(Object, DragState, ItemSource)

    Initializes a new instance of the ObjectDrawnEventArgs class.

    Declaration
    public ObjectDrawnEventArgs(object item, DragState state, ItemSource cause)
    Parameters
    Type Name Description
    System.Object item

    The item of the drawing object.

    DragState state

    The state of the drawing object.

    ItemSource cause

    Cause of the drawing object.

    Properties

    Cause

    Gets the cause of the drawing object.

    Declaration
    public ItemSource Cause { get; }
    Property Value
    Type Description
    ItemSource

    SourcePort

    Gets or sets the sourceport of the drawing object.

    Declaration
    public IPort SourcePort { get; set; }
    Property Value
    Type Description
    IPort

    State

    Gets the state of the drawing object.

    Declaration
    public DragState State { get; }
    Property Value
    Type Description
    DragState

    TargetPort

    Gets or sets the targetport of the drawing object.

    Declaration
    public IPort TargetPort { get; set; }
    Property Value
    Type Description
    IPort

    Extension Methods

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