menu

WPF

  • Code Examples
  • 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.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    ISymbol
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved