Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CommandMessage Enumeration
See Also  
Dundas.Charting.WebControl Namespace : CommandMessage Enumeration


Defines type of message broadcasted via internal ChartUI message system see ChartUI.OnCommandMessage and ChartUI.*.OnCommandMessage

Syntax

Visual Basic (Declaration)  
Private Enum CommandMessage 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As CommandMessage
C#  
private enum CommandMessage : Enum 

Members

Member Description
CommandElementRemoved Broadcast when command element is removed
CommandElementAdded Broadcast when command element is added
CommandIDChanging Broadcast when command is about to change ID
CommandIDChanged Broadcast when command ID has been changed
CommandChangingType Broadcast when command hes been deleted
CommandChangedType Broadcast when command has been changed type
CommandExecuted Broadcast when command is about to execute
CommandExecuting Broadcast when command has been executed
BeginInit Broadcast when serialization is about to begin.
EndInit Broadcast when serialization is finished

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.CommandMessage

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also