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 |