People, Any one know how to reference an Event in a see cref=. I'm trying to document a Control derived from WebControl. It has an override of the OnLoad member and in the summary for that override I've placed this:- /// <summary> /// Raises the <see cref="E:Load">Load</see> event /// </summary> In the hopes that will lead to a link to the Load event documentation in for the WebControl in the System.Web.UI.WebControls namespace. However this Sandcastle complains: Warn: ResolveReferenceLinksComponent2: Unknown reference link target '!:Load'. I've tried:- E:System.Web.UI.WebControls.WebControl.Load also. Any ideas? -- Anthony Jones - MVP ASP/ASP.NET
Hallo Anthony, sorry, you are in a newsgroup for Help Authoring, meaning the Help files associated with an application. But you might want to ask at some other discussion forums like: http://www.codeplex.com/Sandcastle http://www.codeplex.com/SHFB http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=66&SiteID=1 -- Best regards Ulrich Kulle Microsoft MVP - Windows Help *********************************** http://www.help-info.de *********************************** "Anthony Jones" schrieb im Newsbeitrag news:upDj9exeIHA.288@TK2MSFTNGP02.phx.gbl... > People, > > Any one know how to reference an Event in a see cref=. > > I'm trying to document a Control derived from WebControl. It has an > override of the OnLoad member and in the summary for that override I've > placed this:- > > /// <summary> > /// Raises the <see cref="E:Load">Load</see> event > /// </summary> > > In the hopes that will lead to a link to the Load event documentation in > for > the WebControl in the System.Web.UI.WebControls namespace. However this > Sandcastle complains: > > Warn: ResolveReferenceLinksComponent2: Unknown reference link target > '!:Load'. > > I've tried:- > E:System.Web.UI.WebControls.WebControl.Load > also.
"Ulrich Kulle [MVP]" <infoREMOVE##THIS@help-info.de> wrote in message news:OcuktAJgIHA.3400@TK2MSFTNGP03.phx.gbl... > Hallo Anthony, > > sorry, you are in a newsgroup for Help Authoring, meaning the Help files > associated with an application. Hmm... the line between Developer documentation and help I guess is a little blurred when your customers are developers. > But you might want to ask at some other discussion forums like: > > http://www.codeplex.com/Sandcastle > http://www.codeplex.com/SHFB > http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=66&SiteID=1 > I'll try there in future although I have an answer now, thanks. -- Anthony Jones - MVP ASP/ASP.NET