BCGControlBar Library for .NET
OnCustomPopupCommandSent Method (PropertyListColorItem)




An EventArgs  that contains the  CustomPopupCommandSent event data.

Sets a new value of the color property as a selected color from the color popup.
Syntax
'Declaration
 
Public Overrides Sub OnCustomPopupCommandSent( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As PropertyListColorItem
Dim e As EventArgs
 
instance.OnCustomPopupCommandSent(e)
public override void OnCustomPopupCommandSent( 
   EventArgs e
)
public: void OnCustomPopupCommandSent( 
   EventArgs* e
) override 
public:
void OnCustomPopupCommandSent( 
   EventArgs^ e
) override 

Parameters

e

An EventArgs  that contains the  CustomPopupCommandSent event data.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyListColorItem Class
PropertyListColorItem Members
Base Implementation in OnCustomPopupCommandSent

Send Feedback