ESRI.ArcGIS.ADF.Web.UI.WebControls
ColorPicked Event
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ColorPicker Class : ColorPicked Event




This event is fired on the server when a color is picked.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Server Action")>
<ResDescriptionAttribute("Fired when a color is picked.")>
Public Event ColorPicked() As ColorPicker.ColorPickedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As ColorPicker
Dim handler As ColorPicker.ColorPickedEventHandler
 
AddHandler instance.ColorPicked, handler
C# 
[ResCategoryAttribute("Server Action")]
[ResDescriptionAttribute("Fired when a color is picked.")]
public event ColorPicker.ColorPickedEventHandler ColorPicked()

See Also

© 2010 All Rights Reserved.