Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / SiteMapNodeItemEventArgs.cs / 1 / SiteMapNodeItemEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.ComponentModel; using System.Security.Permissions; using System.Web; using System.Web.UI; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class SiteMapNodeItemEventArgs : EventArgs { private SiteMapNodeItem _item; ////// public SiteMapNodeItemEventArgs(SiteMapNodeItem item) { this._item = item; } ///Initializes a new instance of the ///class. /// public SiteMapNodeItem Item { get { return _item; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.Gets the ///associated with the event.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Configuration.cs
- FieldNameLookup.cs
- SQLBytes.cs
- TraceListeners.cs
- TypeToken.cs
- LongTypeConverter.cs
- DocumentViewerHelper.cs
- HighContrastHelper.cs
- ReadOnlyDataSource.cs
- RowUpdatedEventArgs.cs
- Substitution.cs
- WebPartConnectionsCloseVerb.cs
- PagerStyle.cs
- dataprotectionpermissionattribute.cs
- TableItemProviderWrapper.cs
- ColumnResult.cs
- BuiltInExpr.cs
- PropertyMapper.cs
- path.cs
- ImportOptions.cs
- ListViewUpdateEventArgs.cs
- SiteMapDesignerDataSourceView.cs
- BindUriHelper.cs
- WebPartEditorApplyVerb.cs
- XmlElementList.cs
- HttpInputStream.cs
- SqlParameterizer.cs
- Hash.cs
- RectangleF.cs
- TripleDES.cs
- ContextMenuService.cs
- EnumConverter.cs
- DeflateStreamAsyncResult.cs
- RNGCryptoServiceProvider.cs
- OdbcEnvironmentHandle.cs
- ProgressBar.cs
- ParameterToken.cs
- SecurityTokenAuthenticator.cs
- ResolveInfo.cs
- PlatformCulture.cs
- DurableInstance.cs
- PingReply.cs
- TextRenderer.cs
- SplashScreen.cs
- FtpWebRequest.cs
- MergePropertyDescriptor.cs
- InheritanceRules.cs
- XPathPatternBuilder.cs
- InkCanvasAutomationPeer.cs
- DecoderExceptionFallback.cs
- WebControl.cs
- ShimAsPublicXamlType.cs
- RSAPKCS1SignatureFormatter.cs
- ConfigPathUtility.cs
- PartitionResolver.cs
- _KerberosClient.cs
- AppSettings.cs
- ShaderEffect.cs
- WindowsStatic.cs
- XmlQualifiedName.cs
- ReadWriteObjectLock.cs
- sqlinternaltransaction.cs
- Int64.cs
- BmpBitmapDecoder.cs
- WeakKeyDictionary.cs
- DesigntimeLicenseContext.cs
- MasterPageParser.cs
- GenerateTemporaryTargetAssembly.cs
- CacheDependency.cs
- PropertyOrder.cs
- XmlSchemaObjectTable.cs
- DbConnectionPool.cs
- PictureBox.cs
- RemotingException.cs
- XmlCharCheckingReader.cs
- ToolStripDropDownButton.cs
- TrustLevel.cs
- DebuggerAttributes.cs
- AutomationElementIdentifiers.cs
- Rule.cs
- MetadataCache.cs
- NativeMethods.cs
- IdentityReference.cs
- ToolStripDropTargetManager.cs
- CustomAttributeBuilder.cs
- MetadataException.cs
- TraceSource.cs
- FormsIdentity.cs
- SmiXetterAccessMap.cs
- EndPoint.cs
- CellQuery.cs
- RelatedEnd.cs
- TextClipboardData.cs
- KeyBinding.cs
- WindowVisualStateTracker.cs
- _TLSstream.cs
- WebControl.cs
- RegexNode.cs
- ItemsPresenter.cs
- NetworkInformationPermission.cs