Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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;
///
/// Initializes a new instance of the class.
///
public SiteMapNodeItemEventArgs(SiteMapNodeItem item) {
this._item = item;
}
///
/// Gets the associated with the event.
///
public SiteMapNodeItem Item {
get {
return _item;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NonceCache.cs
- XmlUtf8RawTextWriter.cs
- MemoryFailPoint.cs
- XmlCharacterData.cs
- FtpWebRequest.cs
- UIntPtr.cs
- Ticks.cs
- BlurBitmapEffect.cs
- RemoteDebugger.cs
- XmlSchemaImport.cs
- bindurihelper.cs
- ChangePassword.cs
- WbemException.cs
- SQLInt32.cs
- SizeAnimationUsingKeyFrames.cs
- SharedStatics.cs
- SqlDependencyUtils.cs
- MaskInputRejectedEventArgs.cs
- XmlNamespaceManager.cs
- UITypeEditor.cs
- ApplicationFileCodeDomTreeGenerator.cs
- CatalogZoneAutoFormat.cs
- RtfControls.cs
- util.cs
- FilteredSchemaElementLookUpTable.cs
- TypeElement.cs
- SignatureHelper.cs
- SmiContext.cs
- BitmapScalingModeValidation.cs
- IteratorAsyncResult.cs
- MenuItemBinding.cs
- PageThemeParser.cs
- DataObject.cs
- DataListItem.cs
- LabelEditEvent.cs
- SHA256Cng.cs
- TypeHelpers.cs
- XmlSchemaCollection.cs
- StorageScalarPropertyMapping.cs
- ChoiceConverter.cs
- SqlCacheDependencySection.cs
- coordinator.cs
- RegexTypeEditor.cs
- ClearCollection.cs
- Html32TextWriter.cs
- SafeNativeMethods.cs
- WmlLiteralTextAdapter.cs
- UnsafeNativeMethods.cs
- BinaryObjectInfo.cs
- XPathException.cs
- DictionaryMarkupSerializer.cs
- DiscoveryEndpoint.cs
- Bits.cs
- _AuthenticationState.cs
- TableCell.cs
- IChannel.cs
- SettingsAttributeDictionary.cs
- XNodeValidator.cs
- HttpResponseHeader.cs
- FaultPropagationRecord.cs
- ToolStripSystemRenderer.cs
- ArglessEventHandlerProxy.cs
- SchemaInfo.cs
- Color.cs
- XmlnsCache.cs
- Rule.cs
- ConfigsHelper.cs
- LinqDataSourceHelper.cs
- BaseTreeIterator.cs
- CodeStatement.cs
- Message.cs
- XmlnsCompatibleWithAttribute.cs
- FindCriteria.cs
- BrowsableAttribute.cs
- SimpleBitVector32.cs
- WebPartActionVerb.cs
- WebScriptEnablingElement.cs
- BuildProvider.cs
- BaseAsyncResult.cs
- DocumentViewerHelper.cs
- VariableExpressionConverter.cs
- ScrollProviderWrapper.cs
- WorkflowRuntimeElement.cs
- DockEditor.cs
- GroupDescription.cs
- ArrayWithOffset.cs
- CodeConditionStatement.cs
- Semaphore.cs
- BamlLocalizer.cs
- DataServiceClientException.cs
- SystemIPInterfaceStatistics.cs
- PostBackOptions.cs
- InputScopeManager.cs
- EdmToObjectNamespaceMap.cs
- CheckBoxPopupAdapter.cs
- SHA1.cs
- SystemIcmpV6Statistics.cs
- ItemCollection.cs
- KeyEventArgs.cs
- DrawingImage.cs