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.WPF.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 |