ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ColorPicked Event | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ColorPicker Class : ColorPicked Event |
Visual Basic (Declaration) | |
---|---|
<ResCategoryAttribute("Server Action")> <ResDescriptionAttribute("Fired when a color is picked.")> Public Event ColorPicked() As ColorPicker.ColorPickedEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[ResCategoryAttribute("Server Action")] [ResDescriptionAttribute("Fired when a color is picked.")] public event ColorPicker.ColorPickedEventHandler ColorPicked() |