CustomBitmapDataConfigBaseDisposeCallback Property
Gets or sets a delegate that will be called when the created custom bitmap data is disposed.
Default value: .
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
public Action? DisposeCallback { get; set; }
Public Property DisposeCallback As Action
Get
Set
public:
property Action^ DisposeCallback {
Action^ get ();
void set (Action^ value);
}
member DisposeCallback : Action with get, set
Property Value
Action