Path: OnObjectAtSectionEnd
Invoked when an object reaches the end of a section.
Note: This event does not support multiple subscription. Previous subscription will be lost if subscribe twice.
⚡ Event
void xxxxxxxxxxxxxxxxx (
sender: object,
sectionId: number,
obj: object,
isSectionStart: boolean
);
⚙️ Parameters
Name | Type | Description |
---|---|---|
sender |
Object | The object associated with the changed property |
sectionId |
Number | Id of the section. One based |
obj |
Object | The object that is at section’s end |
isSectionStart |
Boolean | If object is running backward, this boolean will be true when the object reaches the end. |