TButtonBaseOnParentGraphicsChanged Method

Called, when the graphical appearance of the parent is changed.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
protected override void OnParentGraphicsChanged(
	Object sender,
	EventArgs args
)

Parameters

sender  Object
The sender object.
args  EventArgs
The event arguments.

See Also