Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- TextTreeDeleteContentUndoUnit.cs
- DurableOperationContext.cs
- SqlBulkCopy.cs
- MethodMessage.cs
- ComponentCommands.cs
- MsmqBindingFilter.cs
- OutputScopeManager.cs
- _SSPIWrapper.cs
- CompilerGlobalScopeAttribute.cs
- RegexMatch.cs
- OdbcConnectionString.cs
- ContainerFilterService.cs
- MetafileHeaderEmf.cs
- DynamicFilter.cs
- ComponentSerializationService.cs
- CodeMemberEvent.cs
- InfoCardClaimCollection.cs
- DeferredTextReference.cs
- ObjectQueryState.cs
- CapabilitiesRule.cs
- PlacementWorkspace.cs
- SqlInternalConnection.cs
- AssemblyResourceLoader.cs
- WindowsSlider.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- Base64Stream.cs
- Empty.cs
- MenuItemBinding.cs
- AttributedMetaModel.cs
- Visitor.cs
- QuaternionAnimationUsingKeyFrames.cs
- BasicBrowserDialog.designer.cs
- AgileSafeNativeMemoryHandle.cs
- JoinTreeNode.cs
- ThrowHelper.cs
- Attributes.cs
- SqlRowUpdatingEvent.cs
- _ProxyRegBlob.cs
- NonBatchDirectoryCompiler.cs
- ValuePattern.cs
- TryCatchDesigner.xaml.cs
- DetailsViewPageEventArgs.cs
- DuplicateWaitObjectException.cs
- SqlSelectStatement.cs
- TreeViewImageIndexConverter.cs
- ShapeTypeface.cs
- Validator.cs
- SystemBrushes.cs
- DateTimeValueSerializer.cs
- SAPICategories.cs
- TextServicesHost.cs
- MarkupObject.cs
- TableItemStyle.cs
- FixedElement.cs
- AsyncCompletedEventArgs.cs
- BaseDataListPage.cs
- StringWriter.cs
- RC2.cs
- CodeMemberMethod.cs
- EdmFunction.cs
- ConfigurationSection.cs
- ListBindingHelper.cs
- HandlerBase.cs
- Binding.cs
- VerificationException.cs
- DuplicateDetector.cs
- FixedSOMPageConstructor.cs
- TaiwanCalendar.cs
- FixedNode.cs
- XsdDuration.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- SrgsOneOf.cs
- DisableDpiAwarenessAttribute.cs
- BaseComponentEditor.cs
- RecommendedAsConfigurableAttribute.cs
- ServiceCredentials.cs
- CacheOutputQuery.cs
- DefaultValueAttribute.cs
- IPEndPointCollection.cs
- StylusCaptureWithinProperty.cs
- XPathParser.cs
- WebPartsPersonalization.cs
- XmlSchemaGroupRef.cs
- InternalConfigHost.cs
- DataColumn.cs
- _TransmitFileOverlappedAsyncResult.cs
- NativeCppClassAttribute.cs
- VariableAction.cs
- XslCompiledTransform.cs
- RootBrowserWindow.cs
- XmlExpressionDumper.cs
- MessageParameterAttribute.cs
- XmlNamespaceDeclarationsAttribute.cs
- HtmlWindow.cs
- ExpressionsCollectionEditor.cs
- _ProxyRegBlob.cs
- XDRSchema.cs
- ApplicationDirectoryMembershipCondition.cs
- EntityException.cs