Description
Event fired when an McImage.LookupTables property LUT is realise.
Syntax
Private Sub object_LutChanged(Image)
The LutChanged Event syntax has these parts:
Remarks
This event is not fired until McLookupTable.Realize is called, even if McLookupTable property assigments have been made that make the last LUT accessed out-of-date (i.e., McLookupTable.Modified has gone True).
|