Table of Contents

Class DialogEventDispatchExtensions

Namespace
Bunit
Assembly
Bunit.Web.dll

Dialog helper events.

public static class DialogEventDispatchExtensions
Inheritance
DialogEventDispatchExtensions
Inherited Members

Methods

Cancel(IElement)

Raises the @oncancel event on element, passing an empty (Empty).

public static void Cancel(this IElement element)

Parameters

element IElement

CancelAsync(IElement)

Raises the @oncancel event on element, passing an empty (Empty).

public static Task CancelAsync(this IElement element)

Parameters

element IElement

Returns

Task

Close(IElement)

Raises the @onclose event on element, passing an empty (Empty.

public static void Close(this IElement element)

Parameters

element IElement

CloseAsync(IElement)

Raises the @onclose event on element, passing an empty (Empty.

public static Task CloseAsync(this IElement element)

Parameters

element IElement

Returns

Task
Progress Telerik

Premium sponsor: Progress Telerik.

Packt

Editorial support provided by Packt.

.NET Foundation

Supported by the .NET Foundation.