Class PdfQueryTaskbarInfoEventArgs<T>
Class that defines the Pdf query taskbar info event arguments.
Inheritance
System.Object
PdfQueryTaskbarInfoEventArgs<T>
Implements
System.IEquatable<PdfQueryTaskbarInfoEventArgs<T>>
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfQueryTaskbarInfoEventArgs<T> : Object, IEquatable<PdfQueryTaskbarInfoEventArgs<T>>
Type Parameters
Name | Description |
---|---|
T |
Constructors
PdfQueryTaskbarInfoEventArgs()
Declaration
public PdfQueryTaskbarInfoEventArgs()
Properties
Data
Specify the value of the task data
Declaration
public IGanttData<T> Data { get; set; }
Property Value
Type | Description |
---|---|
IGanttData<T> |
Taskbar
Defines the Taskbar style
Declaration
public ITaskbarStyle Taskbar { get; set; }
Property Value
Type | Description |
---|---|
ITaskbarStyle |
Methods
Equals(PdfQueryTaskbarInfoEventArgs<T>)
Returns boolean value by comparing pdfQueryTaskbarInfoEventArgs
Declaration
public bool Equals(PdfQueryTaskbarInfoEventArgs<T> pdfQueryTaskbarInfoEventArgs)
Parameters
Type | Name | Description |
---|---|---|
PdfQueryTaskbarInfoEventArgs<T> | pdfQueryTaskbarInfoEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Returns boolean value by comparing object
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode()
Returns hashcode for current object
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<>