MessageBoxShowingEventArgs Constructor
In This Topic
Initializes a new instance of the
MessageBoxShowingEventArgs.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As C1.WPF.C1MessageBoxIcon, _
ByVal As UIElement _
)
public MessageBoxShowingEventArgs(
string ,
C1.WPF.C1MessageBoxIcon ,
UIElement
)
Parameters
- message
- icon
- sender
See Also