Skip to content

ScintillaControl.OnUpdate

Xusinboy Bekchanov edited this page Oct 29, 2023 · 2 revisions

Definition

Namespace:

ScintillaControl.OnUpdate Event -

OnUpdate As Sub(ByRef Designer As My.Sys.Object, ByRef Sender As ScintillaControl)

Parameters

Designer My.Sys.Object The designer of the object that received the signal. When an object is created without a designer, the designer will be empty. This can be checked with the command: Designer.IsEmpty()

Sender ScintillaControl The object which received the signal

Clone this wiki locally