API Reference > imodelhub-client > iModelHubClient > ChangeSetPostPushEvent ChangeSetPostPushEvent Class Sent when a ChangeSet is successfully pushed. See ChangeSetHandler.create. It's sent when a new ChangeSet is successfully pushed to an iModel. See ChangeSetPrePushEvent for the event indicating the start of a ChangeSet push. Extends BriefcaseEvent Inherited methods Name Inherited from Description delete(requestContext: AuthorizedClientRequestContext): Promise<boolean> BriefcaseEvent Remove a single event from queue. Properties Name Type Description changeSetId string Id of the ChangeSet that was pushed. changeSetIndex string Index of the ChangeSet that was pushed. Inherited properties Name Type Inherited from Description briefcaseId number BriefcaseEvent Id of the Briefcase involved in this event. eventTopic undefined | string BriefcaseEvent Topic of this event. fromEventSubscriptionId undefined | string BriefcaseEvent User that has sent this event. iModelId undefined | string BriefcaseEvent Id of the iModel where the event occurred. toEventSubscriptionId undefined | string BriefcaseEvent User that is intended recipient of this event. Defined in clients/imodelhub/src/imodelhub/Events.ts Line 141 Last Updated: 11 June, 2024