Class IDataLoadedEventArgs
IDataLoadedEventArgs defines the event arguments after data is loaded
Inheritance
System.Object
IDataLoadedEventArgs
Implements
System.IEquatable<IDataLoadedEventArgs>
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public class IDataLoadedEventArgs : Object, IEquatable<IDataLoadedEventArgs>
Constructors
IDataLoadedEventArgs()
Declaration
public IDataLoadedEventArgs()
Properties
Diagram
returns the id of the diagram
Declaration
public DiagramModel Diagram { get; set; }
Property Value
Type | Description |
---|---|
DiagramModel |
Methods
Equals(IDataLoadedEventArgs)
Indicates whether the IDataLoadedEventArgs object is equal to another object of the same type.
Declaration
public bool Equals(IDataLoadedEventArgs iDataLoadedEventArgs)
Parameters
Type | Name | Description |
---|---|---|
IDataLoadedEventArgs | iDataLoadedEventArgs | Diagram data load event argument |
Returns
Type | Description |
---|---|
System.Boolean | Returns the event arguments after data is loaded |
Implements
System.IEquatable<>