TIvoryBitmap::OnChange

OnChange occurs when the bitmap changes.

__property TNotifyEvent OnChange;

Description

The OnChange event occurs when you create or load a new bitmap, or change the pixels with the SetPixels method.

Back to TIvoryBitmap