SIFWorks ADK 2.0
ReportEvent Method (obj, action)
NamespacesEdustructures.SifWorksIZoneReportEvent(SifDataObject, EventAction)

[This is preliminary documentation and is subject to change.]

Report a SIF Event to the zone
Declaration Syntax
C#Visual BasicVisual C++
void ReportEvent(
	SifDataObject obj,
	EventAction action
)
Sub ReportEvent ( _
	obj As SifDataObject, _
	action As EventAction _
)
void ReportEvent (
	SifDataObject^ obj, 
	EventAction action
)
Parameters
obj (SifDataObject)
The object that was added, changed, or deleted
action (EventAction)
CopyC#
Event.ADD
,
CopyC#
Event.CHANGE
, or
CopyC#
Event.DELETE

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10