Occurs when, the graphical appearance of the control is changed.
Namespace:
BeeMobile.TransparentControls
Assembly:
BeeMobile.TPanels.NET35 (in BeeMobile.TPanels.NET35.dll) Version: 3.5.8.5
Syntax
C# |
---|
public event GraphicsChangedEventHandler GraphicsChanged |
Visual Basic (Declaration) |
---|
Public Event GraphicsChanged As GraphicsChangedEventHandler |
Visual C++ |
---|
public:
virtual event GraphicsChangedEventHandler^ GraphicsChanged {
void add (GraphicsChangedEventHandler^ value);
void remove (GraphicsChangedEventHandler^ value);
} |
Implements
IControlBitmapGraphicsChanged()()()
See Also