Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. //------------------------------------------------------------------------------ //// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CommonObjectSecurity.cs
- SqlUdtInfo.cs
- MsmqIntegrationValidationBehavior.cs
- RectangleConverter.cs
- OutOfProcStateClientManager.cs
- ScrollProperties.cs
- ServicesExceptionNotHandledEventArgs.cs
- NaturalLanguageHyphenator.cs
- X509CertificateChain.cs
- ButtonBaseAutomationPeer.cs
- PartitionerStatic.cs
- SelectionHighlightInfo.cs
- DynamicValueConverter.cs
- GiveFeedbackEventArgs.cs
- ZipIOLocalFileBlock.cs
- WorkItem.cs
- ProfileProvider.cs
- ProxyWebPartManager.cs
- ScrollChrome.cs
- HtmlControlPersistable.cs
- Setter.cs
- ActivityPreviewDesigner.cs
- MarginsConverter.cs
- PackageRelationshipSelector.cs
- ServiceDocument.cs
- DelayedRegex.cs
- DivideByZeroException.cs
- Header.cs
- UrlPropertyAttribute.cs
- LocalizeDesigner.cs
- RightsManagementInformation.cs
- SimpleLine.cs
- TimeSpan.cs
- RegexTree.cs
- MemberDescriptor.cs
- XmlTextAttribute.cs
- HashAlgorithm.cs
- OleDbCommandBuilder.cs
- Enum.cs
- KeyProperty.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- AssemblyBuilderData.cs
- ControlParameter.cs
- WindowsIPAddress.cs
- ThreadExceptionDialog.cs
- RegexBoyerMoore.cs
- NameValueSectionHandler.cs
- Border.cs
- DetailsViewUpdateEventArgs.cs
- SizeChangedEventArgs.cs
- DecimalAnimationBase.cs
- PropertyInfoSet.cs
- UnconditionalPolicy.cs
- WebPartManagerDesigner.cs
- EntityViewGenerationAttribute.cs
- BindingContext.cs
- ClientFormsIdentity.cs
- KernelTypeValidation.cs
- GPPOINT.cs
- compensatingcollection.cs
- WindowsClaimSet.cs
- ScrollData.cs
- DecimalAnimation.cs
- OracleBinary.cs
- ServicePoint.cs
- SafeArrayRankMismatchException.cs
- CalculatedColumn.cs
- BidPrivateBase.cs
- IntSecurity.cs
- VisualBasic.cs
- NTAccount.cs
- ScrollBarAutomationPeer.cs
- AttributeProviderAttribute.cs
- DebugControllerThread.cs
- DbProviderConfigurationHandler.cs
- CompositeCollectionView.cs
- DataGridColumn.cs
- SmiMetaData.cs
- JournalNavigationScope.cs
- VariableValue.cs
- DataTableClearEvent.cs
- AsyncSerializedWorker.cs
- CodeTypeDelegate.cs
- FunctionDetailsReader.cs
- Zone.cs
- IUnknownConstantAttribute.cs
- ViewManager.cs
- ZipPackage.cs
- RichTextBoxContextMenu.cs
- RedirectionProxy.cs
- ResizeGrip.cs
- OracleConnectionString.cs
- DelegateHelpers.Generated.cs
- ClientConvert.cs
- _SecureChannel.cs
- ApplicationSettingsBase.cs
- PathSegment.cs
- TransactionBridgeSection.cs
- RadioButtonPopupAdapter.cs
- SystemIPv4InterfaceProperties.cs