Class NavigatedEventArgs
Provides information about an Navigated event being raised.
Inheritance
System.Object
NavigatedEventArgs
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class NavigatedEventArgs : Object
Constructors
NavigatedEventArgs()
Declaration
public NavigatedEventArgs()
Properties
Date
Gets the focused date in a view.
Declaration
public DateTime Date { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | Focused date in the calendar view. |
Event
Specifies the original event arguments.
Declaration
public object Event { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The original event arguments for the current event. |
Name
Specifies name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
View
Gets the current view of the Calendar.
Declaration
public string View { get; set; }
Property Value
Type | Description |
---|---|
System.String | Returns the string value of view name. |