ComponentOne Basic Library for WPF and Silverlight
ButtonClick Event (C1PromptBoxContent)


C1.Silverlight Namespace > C1PromptBoxContent Class : ButtonClick Event
Event fired when a button is pressed.
Syntax
'Declaration
 
Public Event ButtonClick As System.EventHandler
'Usage
 
Dim instance As C1PromptBoxContent
Dim handler As System.EventHandler
 
AddHandler instance.ButtonClick, handler
public event System.EventHandler ButtonClick
See Also

Reference

C1PromptBoxContent Class
C1PromptBoxContent Members