Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
CloseDialog | Occurs when the dialog should close. |
Top