WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SymbolsLoadedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SymbolsLoadedEventArgs

    Represents the symbols loaded event that occurs when symbols loaded into stencil.

    Inheritance
    System.Object
    SymbolsLoadedEventArgs
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class SymbolsLoadedEventArgs

    Constructors

    SymbolsLoadedEventArgs(Object, ISymbol)

    Initializes a new instance of the SymbolsLoadedEventArgs class.

    Declaration
    public SymbolsLoadedEventArgs(object sender, ISymbol item)
    Parameters
    Type Name Description
    System.Object sender

    Source of the symbol.

    ISymbol item

    Specified symbol.

    Properties

    SymbolSource

    Gets a loaded symbol.

    Declaration
    public ISymbol SymbolSource { get; }
    Property Value
    Type Description
    ISymbol
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved