Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- HtmlUtf8RawTextWriter.cs
- ObjectStateFormatter.cs
- Internal.cs
- ComboBoxAutomationPeer.cs
- UIElementIsland.cs
- GestureRecognizer.cs
- Propagator.Evaluator.cs
- namescope.cs
- BitmapEffectDrawing.cs
- OleDbInfoMessageEvent.cs
- CaseInsensitiveComparer.cs
- CompressEmulationStream.cs
- GenerateHelper.cs
- ResourceContainer.cs
- StructureChangedEventArgs.cs
- SimpleWorkerRequest.cs
- PathSegment.cs
- ConsumerConnectionPointCollection.cs
- ExtentKey.cs
- CheckBoxStandardAdapter.cs
- SoapConverter.cs
- ResourceExpressionEditorSheet.cs
- ThumbAutomationPeer.cs
- XAMLParseException.cs
- Bits.cs
- NameValuePermission.cs
- BuilderPropertyEntry.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- X509ImageLogo.cs
- ToolStripDropDownButton.cs
- RawStylusInputReport.cs
- EntityContainerEmitter.cs
- AnnotationResourceCollection.cs
- PowerEase.cs
- SimpleApplicationHost.cs
- CookieProtection.cs
- WorkflowServiceHost.cs
- NotificationContext.cs
- EntityTypeBase.cs
- PackageDigitalSignature.cs
- DataComponentMethodGenerator.cs
- XmlSchemaComplexContent.cs
- XmlAggregates.cs
- Debug.cs
- ProviderSettingsCollection.cs
- MachineKeyConverter.cs
- OleDbDataReader.cs
- coordinator.cs
- WebPartConnection.cs
- DataGridPagerStyle.cs
- SessionEndingCancelEventArgs.cs
- Selector.cs
- DocumentSequenceHighlightLayer.cs
- BadImageFormatException.cs
- SystemFonts.cs
- BaseValidator.cs
- InternalsVisibleToAttribute.cs
- SplitterPanelDesigner.cs
- LeftCellWrapper.cs
- TemplateEditingService.cs
- Preprocessor.cs
- TemplateField.cs
- BooleanToVisibilityConverter.cs
- LogLogRecord.cs
- ControlBindingsConverter.cs
- NamespaceExpr.cs
- ResourceDictionary.cs
- PcmConverter.cs
- SiteMapPath.cs
- SystemInformation.cs
- ImageKeyConverter.cs
- ThreadExceptionEvent.cs
- RangeValuePatternIdentifiers.cs
- EtwTrace.cs
- TrustSection.cs
- DiscoveryMessageSequence11.cs
- MarkupCompiler.cs
- DesignSurfaceManager.cs
- CodeAccessPermission.cs
- DbConnectionPoolGroupProviderInfo.cs
- PathFigureCollectionValueSerializer.cs
- Size3DConverter.cs
- StringConverter.cs
- CleanUpVirtualizedItemEventArgs.cs
- HMACSHA1.cs
- XmlDownloadManager.cs
- Visitors.cs
- BindingOperations.cs
- DataStreamFromComStream.cs
- CounterSample.cs
- RadioButtonPopupAdapter.cs
- ChangePasswordDesigner.cs
- ColorConverter.cs
- ObjectStateEntryDbDataRecord.cs
- EncodingStreamWrapper.cs
- DataGridDesigner.cs
- BrowserDefinitionCollection.cs
- MetadataItem_Static.cs
- HtmlPanelAdapter.cs
- SolidBrush.cs