Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CommonUI / System / Drawing / Printing / PrintEvent.cs / 1 / PrintEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; using System.ComponentModel; ////// /// public class PrintEventArgs : CancelEventArgs { private PrintAction printAction; ///Provides data for the ///and /// events. /// /// public PrintEventArgs() { } ////// Initializes a new instance of the ///class. /// /// /// internal PrintEventArgs(PrintAction action) { this.printAction = action; } ////// Initializes a new instance of the ///class. /// /// /// public PrintAction PrintAction { get { return printAction; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Specifies which ///is causing this event. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; using System.ComponentModel; ////// /// public class PrintEventArgs : CancelEventArgs { private PrintAction printAction; ///Provides data for the ///and /// events. /// /// public PrintEventArgs() { } ////// Initializes a new instance of the ///class. /// /// /// internal PrintEventArgs(PrintAction action) { this.printAction = action; } ////// Initializes a new instance of the ///class. /// /// /// public PrintAction PrintAction { get { return printAction; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Specifies which ///is causing this event. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Html32TextWriter.cs
- TextServicesCompartmentEventSink.cs
- StylusButton.cs
- KeyedCollection.cs
- FixedSOMTableRow.cs
- SaveFileDialog.cs
- AssociationSet.cs
- DesignerForm.cs
- SqlTypeConverter.cs
- CollectionsUtil.cs
- WindowAutomationPeer.cs
- SafeReversePInvokeHandle.cs
- OdbcInfoMessageEvent.cs
- BindingsCollection.cs
- XmlSerializerFactory.cs
- XmlSchemaAppInfo.cs
- FormsAuthenticationUser.cs
- MappedMetaModel.cs
- MulticastDelegate.cs
- ToolStripPanelRow.cs
- MatchAllMessageFilter.cs
- XmlToDatasetMap.cs
- TextStore.cs
- IfJoinedCondition.cs
- TTSVoice.cs
- SQlBooleanStorage.cs
- DefaultTraceListener.cs
- TdsParserStaticMethods.cs
- SerializerDescriptor.cs
- DataSourceSelectArguments.cs
- SpinWait.cs
- Utils.cs
- CompiledIdentityConstraint.cs
- ContractDescription.cs
- XmlConvert.cs
- WhitespaceSignificantCollectionAttribute.cs
- SettingsAttributes.cs
- TextMetrics.cs
- MemberDescriptor.cs
- SafeNativeMemoryHandle.cs
- CatalogPart.cs
- OperationInvokerTrace.cs
- EntityDesignerDataSourceView.cs
- Rules.cs
- BindingContext.cs
- LinearKeyFrames.cs
- WindowsListView.cs
- _TransmitFileOverlappedAsyncResult.cs
- QuaternionIndependentAnimationStorage.cs
- DeviceContexts.cs
- CodeDefaultValueExpression.cs
- columnmapkeybuilder.cs
- EnvironmentPermission.cs
- ThreadExceptionEvent.cs
- DataGridComponentEditor.cs
- Int32CAMarshaler.cs
- FormViewCommandEventArgs.cs
- PermissionAttributes.cs
- Activator.cs
- TdsParser.cs
- KeyTimeConverter.cs
- ResetableIterator.cs
- DirtyTextRange.cs
- StatusBar.cs
- GridViewUpdatedEventArgs.cs
- ProbeDuplexAsyncResult.cs
- WindowsTooltip.cs
- ArithmeticException.cs
- HostingEnvironmentException.cs
- GridViewItemAutomationPeer.cs
- WebPartConnectionsConfigureVerb.cs
- sqlser.cs
- ControlValuePropertyAttribute.cs
- Compiler.cs
- TextBoxDesigner.cs
- HttpStreamFormatter.cs
- ByteRangeDownloader.cs
- CssStyleCollection.cs
- BehaviorEditorPart.cs
- AdapterDictionary.cs
- Predicate.cs
- JapaneseLunisolarCalendar.cs
- Button.cs
- SqlGenerator.cs
- ExtentKey.cs
- DataSourceView.cs
- ObjectViewFactory.cs
- ColumnHeaderConverter.cs
- GregorianCalendarHelper.cs
- updateconfighost.cs
- SourceFileBuildProvider.cs
- FontCollection.cs
- Timer.cs
- Transform3D.cs
- HwndStylusInputProvider.cs
- AppSettingsReader.cs
- DoubleAnimationClockResource.cs
- AsnEncodedData.cs
- ContainerCodeDomSerializer.cs
- RegexRunnerFactory.cs