Hello,
below code says I can not convert from void to bool, thats ok but how can I define a callback for a fired event in CAB ?
internal bool IsÖrtlichkeitFocused()
{
return this.WorkItem.EventTopics[EventTopicNames.IsOertlichkeitFocusChanged].Fire(this, new EventArgs<bool?>(null), this.WorkItem, PublicationScope.WorkItem);
}