Kendo.Mvc.UI.Fluent.NotificationEventBuilder
Defines the fluent API for configuring the Kendo UI Notification for ASP.NET MVC events.
Methods
Hide(System.String)
Fires when a notification's hiding animation starts.
For additional information check the hide event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the hide event.
Hide(System.Func<System.Object,System.Object>)
Fires when a notification's hiding animation starts.
For additional information check the hide event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Show(System.String)
Fires when a notification's showing animation starts.
For additional information check the show event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the show event.
Show(System.Func<System.Object,System.Object>)
Fires when a notification's showing animation starts.
For additional information check the show event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.