IDialogContent Interface

Applies to v2.

Represents an interface for providing custom content for a dialog and having control over when it closes.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Interface IDialogContent
'Usage
Dim instance As IDialogContent
public interface IDialogContent
public interface class IDialogContent
type IDialogContent =  interface end
public interface IDialogContent

The IDialogContent type exposes the following members.

Events

  Name Description
Public event CloseDialog Occurs when the dialog should close.

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace