SharePoint Events - Event type 32767

I've been playing w/ the new SharePoint events in MOSS 2007, and built a little web part that lets you display which events are on which list.  This way it is easier to see if the feature you built, actually added the event receiver properly. 

I'm planning to add the ability to add/remove event handlers from this web part.  What I have found really strange is the type of events that are listed. It appears only when I add a workflow, one of the standard approval workflow, to a list.  The type of the event appears as

32767.

Is this by design ? Is this just workflow related events, so the types are different?

Here are the events after I add workflow to a Document library.

ItemAdded Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver
ItemUpdated Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver
ItemCheckedIn Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver
32767
32767
32767
32767

Anyone have a clue on this?

 

Morgan

posted @ Thursday, July 13, 2006 12:56 PM

Print