menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SymbolsLoadedEventArgs - UWP 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
    Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class SymbolsLoadedEventArgs : Object

    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

    Extension Methods

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