Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / Util / WizardPanelChangingEventArgs.cs / 1 / WizardPanelChangingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design.Util { using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.Drawing; using System.Windows.Forms; ////// internal class WizardPanelChangingEventArgs : EventArgs { private WizardPanel _currentPanel; ////// public WizardPanelChangingEventArgs(WizardPanel currentPanel) { _currentPanel = currentPanel; } ////// public WizardPanel CurrentPanel { get { return _currentPanel; } } } } // 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
- ViewStateAttachedPropertyFeature.cs
- AutoResizedEvent.cs
- ConfigXmlComment.cs
- OperandQuery.cs
- CssClassPropertyAttribute.cs
- ObservableDictionary.cs
- SendContent.cs
- XmlSchemaChoice.cs
- ConfigsHelper.cs
- PermissionRequestEvidence.cs
- SimpleType.cs
- SafeNativeMethods.cs
- FileChangesMonitor.cs
- ClonableStack.cs
- BindingSource.cs
- SmiSettersStream.cs
- PageCodeDomTreeGenerator.cs
- ILGenerator.cs
- XpsDigitalSignature.cs
- NameNode.cs
- TaiwanCalendar.cs
- DesignerExtenders.cs
- IIS7UserPrincipal.cs
- SqlTypeSystemProvider.cs
- ScriptIgnoreAttribute.cs
- _NtlmClient.cs
- UserCancellationException.cs
- Environment.cs
- SiteMapDataSource.cs
- OdbcException.cs
- ObjectHandle.cs
- SetUserPreferenceRequest.cs
- HttpModuleAction.cs
- SafePipeHandle.cs
- SafeRightsManagementEnvironmentHandle.cs
- XPathNode.cs
- Overlapped.cs
- WorkflowInstance.cs
- WithStatement.cs
- ColorMatrix.cs
- VisualBrush.cs
- RegexStringValidator.cs
- EntityException.cs
- Preprocessor.cs
- ContainsRowNumberChecker.cs
- ImageClickEventArgs.cs
- StringCollection.cs
- Main.cs
- WebPageTraceListener.cs
- QueryHandler.cs
- DoubleStorage.cs
- VerbConverter.cs
- Constants.cs
- DbRetry.cs
- CursorInteropHelper.cs
- BitmapData.cs
- SignerInfo.cs
- StringResourceManager.cs
- CompositeFontParser.cs
- IntSecurity.cs
- XmlDataSourceNodeDescriptor.cs
- SelectionProviderWrapper.cs
- Variable.cs
- Lease.cs
- AppSettingsReader.cs
- WebPartEditorApplyVerb.cs
- DataPagerCommandEventArgs.cs
- ByteStack.cs
- MultiByteCodec.cs
- FormatVersion.cs
- TimeSpanValidator.cs
- WindowsListViewItemStartMenu.cs
- MarshalByRefObject.cs
- UnauthorizedAccessException.cs
- PolyBezierSegment.cs
- Wildcard.cs
- SqlVisitor.cs
- ComplusEndpointConfigContainer.cs
- SocketStream.cs
- ValueSerializer.cs
- ScriptRegistrationManager.cs
- CharStorage.cs
- TaiwanLunisolarCalendar.cs
- RelationalExpressions.cs
- IntegrationExceptionEventArgs.cs
- DBDataPermission.cs
- StrokeCollection2.cs
- EntityType.cs
- TiffBitmapEncoder.cs
- UdpDiscoveryEndpointElement.cs
- PropertyOverridesTypeEditor.cs
- StorageScalarPropertyMapping.cs
- OraclePermissionAttribute.cs
- ClientSection.cs
- XmlnsDictionary.cs
- MemoryPressure.cs
- ExceptionWrapper.cs
- UdpMessageProperty.cs
- DurationConverter.cs
- SafeEventLogWriteHandle.cs