Class NavigatedEventArgs
Defines the argument for the Navigation event.
Inheritance
System.Object
NavigatedEventArgs
Implements
System.IEquatable<NavigatedEventArgs>
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class NavigatedEventArgs : Object, IEquatable<NavigatedEventArgs>
Constructors
NavigatedEventArgs()
Declaration
public NavigatedEventArgs()
Properties
Date
Defines the focused date in a view.
Declaration
public DateTime Date { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Event
Specifies the original event arguments.
Declaration
public object Event { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Name
Specifies name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
View
Defines the current view of the Calendar.
Declaration
public string View { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(NavigatedEventArgs)
Declaration
public bool Equals(NavigatedEventArgs navigatedEventArgs)
Parameters
Type | Name | Description |
---|---|---|
NavigatedEventArgs | navigatedEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>