Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XPathAxisIterator.cs
- DataServiceRequest.cs
- AsymmetricSignatureFormatter.cs
- SpellerError.cs
- TileBrush.cs
- documentsequencetextpointer.cs
- DelegateBodyWriter.cs
- ResolvedKeyFrameEntry.cs
- StringSorter.cs
- NonParentingControl.cs
- PropertyTabAttribute.cs
- ProgressPage.cs
- EventDescriptor.cs
- WindowShowOrOpenTracker.cs
- RetrieveVirtualItemEventArgs.cs
- PublisherIdentityPermission.cs
- GeneralTransform.cs
- OperationResponse.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- SqlError.cs
- WorkflowItemsPresenter.cs
- Peer.cs
- OutputCacheProfileCollection.cs
- SqlInfoMessageEvent.cs
- IPeerNeighbor.cs
- TransformCryptoHandle.cs
- DisplayNameAttribute.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- ThreadExceptionDialog.cs
- RSACryptoServiceProvider.cs
- HttpModuleCollection.cs
- SystemIcons.cs
- DurableTimerExtension.cs
- XmlObjectSerializerReadContext.cs
- DateTimeConstantAttribute.cs
- DataColumnMapping.cs
- ScrollChrome.cs
- KernelTypeValidation.cs
- AuthenticodeSignatureInformation.cs
- StringArrayEditor.cs
- XmlSchemaSet.cs
- InputReport.cs
- RoutedEventArgs.cs
- AnonymousIdentificationSection.cs
- StickyNoteAnnotations.cs
- SwitchElementsCollection.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- DBNull.cs
- WorkflowServiceBehavior.cs
- WebMessageEncoderFactory.cs
- bidPrivateBase.cs
- ChtmlMobileTextWriter.cs
- DataGridViewLinkColumn.cs
- Filter.cs
- AmbientProperties.cs
- ParserContext.cs
- PbrsForward.cs
- ActivityExecutorSurrogate.cs
- UniqueEventHelper.cs
- XmlSerializerFactory.cs
- VisualStyleRenderer.cs
- ResXFileRef.cs
- DataControlCommands.cs
- RichTextBoxConstants.cs
- DeclaredTypeValidator.cs
- CategoryNameCollection.cs
- ConfigurationSectionCollection.cs
- HMACRIPEMD160.cs
- ParameterModifier.cs
- NewItemsContextMenuStrip.cs
- XAMLParseException.cs
- TemplateApplicationHelper.cs
- SequentialUshortCollection.cs
- TaskFileService.cs
- StorageBasedPackageProperties.cs
- QilChoice.cs
- PieceNameHelper.cs
- PrivateFontCollection.cs
- PenContext.cs
- ReferenceAssemblyAttribute.cs
- InstancePersistenceException.cs
- MenuItemBinding.cs
- Range.cs
- SearchForVirtualItemEventArgs.cs
- HandlerWithFactory.cs
- ListViewItemSelectionChangedEvent.cs
- invalidudtexception.cs
- InstallerTypeAttribute.cs
- LabelDesigner.cs
- DataGridSortCommandEventArgs.cs
- WindowsSolidBrush.cs
- webeventbuffer.cs
- CustomBindingElement.cs
- OrderedDictionary.cs
- Viewport3DAutomationPeer.cs
- Hashtable.cs
- FormViewPagerRow.cs
- Delay.cs
- XmlTextWriter.cs
- WindowsToolbarItemAsMenuItem.cs