Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / TreeNodeEventArgs.cs / 1 / TreeNodeEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Security.Permissions; ////// Provides doata for TreeView events /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class TreeNodeEventArgs : EventArgs { private TreeNode _node; ////// Initializes a new instance of the public TreeNodeEventArgs(TreeNode node) { _node = node; } ////// /// The node on which the event is occurring. /// public TreeNode Node { get { return _node; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Security.Permissions; ////// Provides doata for TreeView events /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class TreeNodeEventArgs : EventArgs { private TreeNode _node; ////// Initializes a new instance of the public TreeNodeEventArgs(TreeNode node) { _node = node; } ////// /// The node on which the event is occurring. /// public TreeNode Node { get { return _node; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SendingRequestEventArgs.cs
- RowTypePropertyElement.cs
- FocusTracker.cs
- NonNullItemCollection.cs
- SqlNamer.cs
- VirtualizedItemProviderWrapper.cs
- TextBoxRenderer.cs
- FileChangesMonitor.cs
- Statements.cs
- StreamingContext.cs
- StreamInfo.cs
- StyleXamlTreeBuilder.cs
- AttributeProviderAttribute.cs
- EntitySqlQueryCacheKey.cs
- SafeRegistryHandle.cs
- XsltInput.cs
- TypeDescriptorContext.cs
- TextReturnReader.cs
- GradientBrush.cs
- DataGridViewHeaderCell.cs
- CombinedGeometry.cs
- MarkerProperties.cs
- NeutralResourcesLanguageAttribute.cs
- ThicknessConverter.cs
- Expression.cs
- SelectingProviderEventArgs.cs
- TransactionFilter.cs
- CreateUserWizardAutoFormat.cs
- ButtonChrome.cs
- SQLBinaryStorage.cs
- PeerNameRecord.cs
- OleAutBinder.cs
- ObjectConverter.cs
- EntityDesignerDataSourceView.cs
- EventListenerClientSide.cs
- ElementMarkupObject.cs
- PageAsyncTaskManager.cs
- ProgressBar.cs
- sapiproxy.cs
- Lookup.cs
- CollectionView.cs
- ControlTemplate.cs
- DocumentAutomationPeer.cs
- Enlistment.cs
- PlanCompilerUtil.cs
- NavigatorInput.cs
- DirectoryInfo.cs
- AndCondition.cs
- RTLAwareMessageBox.cs
- DataGridViewControlCollection.cs
- SelectionEditor.cs
- GridSplitter.cs
- COM2PropertyBuilderUITypeEditor.cs
- InputReportEventArgs.cs
- Transform.cs
- XamlHostingSection.cs
- DetailsViewModeEventArgs.cs
- PathGeometry.cs
- EventSinkHelperWriter.cs
- FilePrompt.cs
- RegexReplacement.cs
- SurrogateEncoder.cs
- SpinWait.cs
- TreeNodeCollection.cs
- SqlFlattener.cs
- TableSectionStyle.cs
- TextSelectionProcessor.cs
- SerializationInfoEnumerator.cs
- GenerateScriptTypeAttribute.cs
- SessionStateSection.cs
- InternalCache.cs
- HandlerFactoryWrapper.cs
- StickyNote.cs
- ByeOperationAsyncResult.cs
- SingleAnimationBase.cs
- SequentialOutput.cs
- HashCodeCombiner.cs
- ParallelTimeline.cs
- BindingUtils.cs
- SystemWebCachingSectionGroup.cs
- UInt16Converter.cs
- DocumentPageViewAutomationPeer.cs
- sqlinternaltransaction.cs
- ListSortDescriptionCollection.cs
- _DisconnectOverlappedAsyncResult.cs
- CodeCompileUnit.cs
- JapaneseLunisolarCalendar.cs
- SortedDictionary.cs
- XmlChildEnumerator.cs
- AssemblyCollection.cs
- SmtpTransport.cs
- DataPagerCommandEventArgs.cs
- OdbcRowUpdatingEvent.cs
- FlowLayoutPanel.cs
- SerialPort.cs
- RecipientInfo.cs
- LinkLabel.cs
- ReceiveDesigner.xaml.cs
- ReliabilityContractAttribute.cs
- IndexExpression.cs